#ifndef __CPPLUGINS__PLUGINS__SECONDRANKDIFFUSIONTENSORTOPOLYDATA__H__ #define __CPPLUGINS__PLUGINS__SECONDRANKDIFFUSIONTENSORTOPOLYDATA__H__ #include #include class vtkPolyDataAlgorithm; namespace cpPlugins { namespace Plugins { /** */ class cpPlugins_EXPORT SecondRankDiffusionTensorToPolyData : public cpPlugins::Interface::ImageToMeshFilter { public: typedef SecondRankDiffusionTensorToPolyData Self; typedef cpPlugins::Interface::ImageToMeshFilter Superclass; typedef itk::SmartPointer< Self > Pointer; typedef itk::SmartPointer< const Self > ConstPointer; public: itkNewMacro( Self ); itkTypeMacro( SecondRankDiffusionTensorToPolyData, cpPluginsInterfaceImageToMeshFilter ); protected: SecondRankDiffusionTensorToPolyData( ); virtual ~SecondRankDiffusionTensorToPolyData( ); virtual std::string _GenerateData( ); template< class I > inline std::string _RealGD( itk::DataObject* image ); private: // Purposely not implemented SecondRankDiffusionTensorToPolyData( const Self& ); Self& operator=( const Self& ); protected: vtkPolyDataAlgorithm* m_Algorithm; }; // --------------------------------------------------------------------- CPPLUGINS_INHERIT_PROVIDER( SecondRankDiffusionTensorToPolyData ); } // ecapseman } // ecapseman #endif // __CPPLUGINS__PLUGINS__SECONDRANKDIFFUSIONTENSORTOPOLYDATA__H__ // eof - $RCSfile$