Public Member Functions | Protected Member Functions | List of all members
mirtk::ChordLengthBoundarySegmentParameterizer Class Reference

#include <ChordLengthBoundarySegmentParameterizer.h>

Inheritance diagram for mirtk::ChordLengthBoundarySegmentParameterizer:
Inheritance graph
Collaboration diagram for mirtk::ChordLengthBoundarySegmentParameterizer:
Collaboration graph

Public Member Functions

 ChordLengthBoundarySegmentParameterizer ()
 Default constructor.
 
 ChordLengthBoundarySegmentParameterizer (const ChordLengthBoundarySegmentParameterizer &)
 Copy constructor.
 
virtual BoundarySegmentParameterizerNewCopy () const
 New copy of this parameterizer.
 
ChordLengthBoundarySegmentParameterizeroperator= (const ChordLengthBoundarySegmentParameterizer &)
 Assignment operator.
 
virtual ~ChordLengthBoundarySegmentParameterizer ()
 Destructor.
 
- Public Member Functions inherited from mirtk::BoundarySegmentParameterizer
virtual void Run ()
 Parameterize boundary segment.
 
double Value (int i) const
 
virtual ~BoundarySegmentParameterizer ()
 Destructor.
 
- Public Member Functions inherited from mirtk::Object
virtual const char * NameOfClass () const =0
 Get name of class, which this object is an instance of.
 
virtual ParameterList Parameter () const
 Get parameter name/value pairs.
 
bool Parameter (const ParameterList &)
 Set parameters from name/value pairs.
 
virtual bool Set (const char *name, const char *value)
 
virtual ~Object ()
 Destructor.
 

Protected Member Functions

virtual void Parameterize ()
 Parameterize boundary curve.
 
- Protected Member Functions inherited from mirtk::BoundarySegmentParameterizer
 BoundarySegmentParameterizer ()
 Default constructor.
 
 BoundarySegmentParameterizer (const BoundarySegmentParameterizer &)
 Copy constructor.
 
virtual void Finalize ()
 Finalize parameterization.
 
virtual void Initialize ()
 Initialize parameterizer after input and parameters are set.
 
BoundarySegmentParameterizeroperator= (const BoundarySegmentParameterizer &)
 Assignment operator.
 
- Protected Member Functions inherited from mirtk::Object
template<typename... Args>
void Throw (ErrorType err, const char *func, Args... args) const
 

Additional Inherited Members

- Static Public Member Functions inherited from mirtk::Object
static const char * NameOfType ()
 Get name of this class type.
 
- Static Protected Member Functions inherited from mirtk::Object
template<typename... Args>
static void ThrowStatic (ErrorType err, const char *cls, const char *func, Args... args)
 

Detailed Description

Boundary curve parameterization which preserves relative point distances

This class parameterizes the boundary segment as a curve with uniform speed, i.e., without local distortion of the boundary segment. The curve parameter value is linearly proportional to the distance of the boundary points from the point at t=0. The optionally selected points are used to define the point with parameter value t=0 and in which direction the t values are increasing.

This boundary curve parameterization is referred to as chord length parameterization in Floater (1997).

Definition at line 45 of file ChordLengthBoundarySegmentParameterizer.h.


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