SignConvertFiducialCollection.h

Go to the documentation of this file.
00001 /*
00002  *
00003  * Program:   Slicer Image-Guided Navigator (The SIGN)
00004  * Module:    $RCSfile: SignConvertFiducialCollection.h,v $
00005  */
00013 #ifndef __SignConvertFiducialCollection_h
00014 #define __SignConvertFiducialCollection_h
00015 
00016 #include <vtkType.h>
00017 
00018 class vtkPoints;
00019 class SignFiducialCollection;
00020 
00021 class SignConvertFiducialCollection
00022 {
00023 public:
00024   static vtkPoints *ConvertToVtkPoints (SignFiducialCollection *set, bool source);
00025 
00026 protected:
00027   static vtkPoints *PointSet;
00028   static vtkIdType number_of_points;
00029 };
00030 #endif

Generated on Mon Feb 26 12:11:16 2007 for TheSIGN by  doxygen 1.4.6