20 #ifndef MIRTK_FixedBoundarySurfaceMapper_H 21 #define MIRTK_FixedBoundarySurfaceMapper_H 23 #include "mirtk/SurfaceMapper.h" 25 #include "mirtk/PiecewiseLinearMap.h" 58 mirtkPublicAttributeMacro(SharedPtr<PiecewiseLinearMap>, Input);
108 return _Input->NumberOfComponents();
114 #endif // MIRTK_FixedBoundarySurfaceMapper_H FixedBoundarySurfaceMapper()
Default constructor.
int NumberOfComponents() const
Number of boundary/surface map components.
FixedBoundarySurfaceMapper & operator=(const FixedBoundarySurfaceMapper &)
Assignment operator.
virtual ~FixedBoundarySurfaceMapper()
Destructor.
virtual void Initialize()
Initialize filter after input and parameters are set.