29 #ifndef __vtkvmtkTetGenReader_h 30 #define __vtkvmtkTetGenReader_h 32 #include "vtkvmtkWin32Header.h" 33 #include "vtkUnstructuredGridReader.h" 41 void PrintSelf(ostream& os, vtkIndent indent) VTK_OVERRIDE;
45 vtkSetStringMacro(BoundaryDataArrayName);
46 vtkGetStringMacro(BoundaryDataArrayName);
52 virtual int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *) VTK_OVERRIDE;
55 void Tokenize(
const std::string& str, std::vector<std::string>& tokens,
const std::string& delimiters);
char * BoundaryDataArrayName
reads unstructured grid data from Tetgen node/elem format