#include // ------------------------------------------------------------------------- unsigned long cpPlugins::Interface::PointList:: GetNumberOfPoints( ) const { return( this->m_NumberOfPoints ); } // ------------------------------------------------------------------------- void cpPlugins::Interface::PointList:: Clear( ) { this->m_ITKObject = NULL; this->m_VTKObject = NULL; this->m_NumberOfPoints = 0; } // ------------------------------------------------------------------------- cpPlugins::Interface::PointList:: PointList( ) : Superclass( ) { this->Clear( ); } // ------------------------------------------------------------------------- cpPlugins::Interface::PointList:: ~PointList( ) { } // eof - $RCSfile$