19 #ifndef __itkFastMarchingImageFilterBase_h
20 #define __itkFastMarchingImageFilterBase_h
70 template<
class TInput,
class TOutput >
106 typedef typename Traits::NodePairContainerConstIterator
154 itkSetMacro(OverrideOutputInformation,
bool);
155 itkGetConstReferenceMacro(OverrideOutputInformation,
bool);
156 itkBooleanMacro(OverrideOutputInformation);
167 class InternalNodeStructure;
222 std::vector< InternalNodeStructure >& ioNodesUsed );
227 std::vector< InternalNodeStructure >& ioNeighbors )
const;
269 #include "itkFastMarchingImageFilterBase.hxx"
270 #endif // __itkFastMarchingImageFilterBase_h