reads a dataset in Facet format
More...
#include <vtkFacetReader.h>
Inherits vtkPolyDataAlgorithm.
reads a dataset in Facet format
vtkFacetReader creates a poly data dataset. It reads ASCII files stored in Facet format
The facet format looks like this: FACET FILE ... nparts Part 1 name 0 npoints 0 0 p1x p1y p1z p2x p2y p2z ... 1 Part 1 name ncells npointspercell p1c1 p2c1 p3c1 ... pnc1 materialnum partnum p1c2 p2c2 p3c2 ... pnc2 materialnum partnum ...
- Tests:
- vtkFacetReader (Tests)
Definition at line 47 of file vtkFacetReader.h.
vtkFacetReader::vtkFacetReader |
( |
| ) |
|
|
protected |
vtkFacetReader::~vtkFacetReader |
( |
| ) |
|
|
protected |
static int vtkFacetReader::IsTypeOf |
( |
const char * |
type | ) |
|
|
static |
virtual int vtkFacetReader::IsA |
( |
const char * |
type | ) |
|
|
virtual |
static vtkFacetReader* vtkFacetReader::SafeDownCast |
( |
vtkObjectBase * |
o | ) |
|
|
static |
virtual vtkObjectBase* vtkFacetReader::NewInstanceInternal |
( |
| ) |
const |
|
protectedvirtual |
void vtkFacetReader::PrintSelf |
( |
ostream & |
os, |
|
|
vtkIndent |
indent |
|
) |
| |
virtual void vtkFacetReader::SetFileName |
( |
const char * |
| ) |
|
|
virtual |
Specify file name of Facet datafile to read
virtual char* vtkFacetReader::GetFileName |
( |
| ) |
|
|
virtual |
Specify file name of Facet datafile to read
static int vtkFacetReader::CanReadFile |
( |
const char * |
filename | ) |
|
|
static |
int vtkFacetReader::RequestData |
( |
vtkInformation * |
, |
|
|
vtkInformationVector ** |
, |
|
|
vtkInformationVector * |
|
|
) |
| |
|
protected |
char* vtkFacetReader::FileName |
|
protected |
The documentation for this class was generated from the following file: