#include <vtkAsciiSurfaceReader.h>
Inheritance diagram for vtkAsciiSurfaceReader:


vtkAsciiSurfaceReader is a source object that reads ascii surface data formated as space-delimited columns of vertex coordinates followed by face indices. The first line contains the number of vertices and indices, respectively.
Definition at line 40 of file vtkAsciiSurfaceReader.h.
Public Member Functions | |
| vtkTypeRevisionMacro (vtkAsciiSurfaceReader, vtkPolyDataSource) | |
| void | PrintSelf (ostream &, vtkIndent) |
| virtual void | SetFileName (const char *) |
| Specify file name of ascii surface data file to read. | |
| virtual char * | GetFileName () |
| Specify file name of ascii surface data file to read. | |
Static Public Member Functions | |
| vtkAsciiSurfaceReader * | New (void) |
Protected Member Functions | |
| vtkAsciiSurfaceReader (void) | |
| ~vtkAsciiSurfaceReader () | |
| void | Execute (void) |
| void | ReadGeometryFile (FILE *, int &nvertices) |
Protected Attributes | |
| char * | FileName |
|
|
|
|
|
|
|
|
Reimplemented from vtkSource. |
|
|
Specify file name of ascii surface data file to read.
|
|
|
Reimplemented from vtkObject. |
|
||||||||||||
|
Reimplemented from vtkPolyDataSource. |
|
||||||||||||
|
|
|
|
Specify file name of ascii surface data file to read.
|
|
||||||||||||
|
|
|
|
Definition at line 60 of file vtkAsciiSurfaceReader.h. |
1.3.7