Developer documentation
Version 3.0.3-105-gd3941f44
MR::Surface::Filter::Base Class Reference

#include "surface/filter/base.h"

Inheritance diagram for MR::Surface::Filter::Base:
MR::Surface::Filter::Smooth MR::Surface::Filter::VertexTransform

Protected Attributes

std::string message
 

Detailed Description

A base class for defining surface mesh filters.

The Surface::Filter::Base class defines the basic interface for defining filters that operate upon mesh data. It allows these filters to be initialised, set up and run using base class pointers, and defines a standardised functor interface that mesh filter classes should ideally conform to.

Definition at line 42 of file base.h.

Member Data Documentation

◆ message

std::string MR::Surface::Filter::Base::message
protected

Definition at line 61 of file base.h.


The documentation for this class was generated from the following file: