00001 /* $Id: ssEditFileType.h,v 1.2 2005/05/11 11:40:11 pfb Exp $ */ 00002 00003 #ifndef _ssEditFileType_h 00004 #define _ssEditFileType_h 00005 00010 #include <vtkObject.h> 00011 00016 class ssEditFileType 00017 { 00018 //**************************************************************************** 00019 public: 00020 00021 struct LineNode 00022 { 00023 //************************************************************************** 00024 public: 00025 00030 char *data() { return (char *)this; }; 00031 vtkIdType point; 00032 bool used; 00033 }; 00034 }; 00035 00050 #endif