|
void | CopyAttributes (const SurfaceForce &) |
| Copy attributes of this class from another instance.
|
|
SurfaceForce & | operator= (const SurfaceForce &) |
| Assignment operator.
|
|
| SurfaceForce (const char *="", double=1.0) |
| Constructor.
|
|
| SurfaceForce (const SurfaceForce &) |
| Copy constructor.
|
|
void | CopyAttributes (const ExternalForce &) |
| Copy attributes of this class from another instance.
|
|
virtual double | Evaluate () |
| Evaluate external force term.
|
|
| ExternalForce (const char *="", double=1.0) |
| Constructor.
|
|
| ExternalForce (const ExternalForce &) |
| Copy constructor.
|
|
ExternalForce & | operator= (const ExternalForce &) |
| Assignment operator.
|
|
void | AddPointData (const char *name, vtkSmartPointer< vtkDataArray > &data, bool global=false) |
|
vtkDataArray * | AddPointData (const char *name, int c=1, int type=VTK_FLOAT, bool global=false) |
|
void | AllocateCount (int) |
| Allocate _Count memory.
|
|
void | AllocateGradient (int) |
| Allocate memory for (non-parametric) gradient.
|
|
void | CopyAttributes (const PointSetForce &) |
| Copy attributes of this class from another instance.
|
|
vtkPointSet * | DeformedPointSet () const |
| Get point set on which this force is acting on.
|
|
vtkPolyData * | DeformedSurface () const |
| Get point set on which this force is acting on.
|
|
const EdgeTable * | Edges () const |
| Get edge table of point set mesh.
|
|
virtual void | EvaluateGradient (double *gradient, double step, double weight) |
|
vtkSmartPointer< vtkPoints > | GetInitialPoints () const |
| Get initial points, possibly pre-transformed by global transformation.
|
|
void | Init () |
| Common (re-)initialization steps of this class only (non-virtual function!)
|
|
vtkDataArray * | InitialStatus () const |
| Get initial point status array.
|
|
| mirtkAggregateMacro (int, Count) |
|
| mirtkAttributeMacro (int, GradientSize) |
| Size of gradient vector.
|
|
| mirtkAttributeMacro (int, CountSize) |
| Size of count vector.
|
|
| mirtkAttributeMacro (bool, InitialUpdate) |
| Whether Update has not been called since initialization.
|
|
| mirtkComponentMacro (GradientType, Gradient) |
| Negative node forces/gradient of external force term.
|
|
| mirtkPublicAggregateMacro (RegisteredPointSet, PointSet) |
| Transformed point set.
|
|
| mirtkPublicAttributeMacro (int, GradientAveraging) |
| Number of gradient averaging iterations.
|
|
| mirtkPublicAttributeMacro (bool, AverageSignedGradients) |
|
| mirtkPublicAttributeMacro (bool, AverageGradientMagnitude) |
| Whether to only average the magnitude of the gradient vectors.
|
|
| mirtkReadOnlyAttributeMacro (bool, SurfaceForce) |
|
| mirtkReadOnlyAttributeMacro (int, NumberOfPoints) |
| Number of points.
|
|
const NodeNeighbors * | Neighbors (int=-1) const |
| Get edge-connectivity table of point set node neighbors.
|
|
vtkDataArray * | Normals () const |
| Get point normals array.
|
|
PointSetForce & | operator= (const PointSetForce &) |
| Assignment operator.
|
|
vtkPointSet * | OriginalPointSet () const |
| Get point set on which this force is acting on.
|
|
vtkPolyData * | OriginalSurface () const |
| Get point set on which this force is acting on.
|
|
vtkPointData * | PointData () const |
| Get point data.
|
|
vtkDataArray * | PointData (const char *name, bool optional=false) const |
|
vtkPoints * | Points () const |
| Get points of point set on which this force is acting on.
|
|
| PointSetForce (const char *="", double=1.0) |
| Constructor.
|
|
| PointSetForce (const PointSetForce &) |
| Copy constructor.
|
|
void | RemovePointData (const char *name) |
|
SharedPtr< const EdgeTable > | SharedEdgeTable () const |
| Get edge table of point set mesh.
|
|
vtkDataArray * | Status () const |
| Get point status array.
|
|
| EnergyTerm (const char *="", double=1.0) |
| Constructor.
|
|
| EnergyTerm (const EnergyTerm &) |
| Copy constructor.
|
|
EnergyTerm & | operator= (const EnergyTerm &) |
| Assignment operator.
|
|
virtual bool | SetWithoutPrefix (const char *, const char *) |
| Set parameter value from string.
|
|
virtual bool | SetWithPrefix (const char *, const char *) |
| Set parameter value from string.
|
|
| Configurable (const char *="") |
| Constructor.
|
|
| Configurable (const Configurable &) |
| Copy constructor.
|
|
string | DefaultPrefix () const |
| Get default object name prefix (if any)
|
|
bool | HasName () const |
| Whether this object has an explicit name.
|
|
bool | HasPrefix () const |
| Whether this object has either an explicit name or default prefix.
|
|
template<class T > |
bool | InsertWithPrefix (ParameterList &, string, T) const |
| Insert parameter into name/value list with object name prefix.
|
|
bool | InsertWithPrefix (ParameterList &, const ParameterList &) const |
| Insert parameters into name/value list with object name prefix.
|
|
Configurable & | operator= (const Configurable &) |
| Assignment operator.
|
|
string | ParameterNameWithoutPrefix (const char *) const |
| Get name of parameter without object name prefix.
|
|
string | ParameterNameWithPrefix (const string &) const |
| Get name of parameter with default object name prefix.
|
|
string | ParameterNameWithPrefix (const char *) const |
| Get name of parameter with default object name prefix.
|
|
| Observable () |
| Default constructor.
|
|
| Observable (const Observable &) |
| Copy constructor.
|
|
Observable & | operator= (const Observable &) |
| Assignment operator.
|
|
template<typename... Args> |
void | Throw (ErrorType err, const char *func, Args... args) const |
|