VTK
|
write a file of xyz coordinates More...
#include <vtkSimplePointsWriter.h>
Public Types | |
typedef vtkDataSetWriter | Superclass |
Public Member Functions | |
virtual const char * | GetClassName () |
virtual int | IsA (const char *type) |
void | PrintSelf (ostream &os, vtkIndent indent) |
virtual int | GetDecimalPrecision () |
virtual void | SetDecimalPrecision (int) |
Static Public Member Functions | |
static vtkSimplePointsWriter * | New () |
static int | IsTypeOf (const char *type) |
static vtkSimplePointsWriter * | SafeDownCast (vtkObject *o) |
Protected Member Functions | |
vtkSimplePointsWriter () | |
~vtkSimplePointsWriter () | |
void | WriteData () |
Protected Attributes | |
int | DecimalPrecision |
write a file of xyz coordinates
vtkSimplePointsWriter writes a simple file of xyz coordinates
Definition at line 32 of file vtkSimplePointsWriter.h.
Reimplemented from vtkDataSetWriter.
Definition at line 36 of file vtkSimplePointsWriter.h.
vtkSimplePointsWriter::vtkSimplePointsWriter | ( | ) | [protected] |
vtkSimplePointsWriter::~vtkSimplePointsWriter | ( | ) | [inline, protected] |
Definition at line 44 of file vtkSimplePointsWriter.h.
static vtkSimplePointsWriter* vtkSimplePointsWriter::New | ( | ) | [static] |
Created object with default header, ASCII format, and default names for scalars, vectors, tensors, normals, and texture coordinates.
Reimplemented from vtkDataSetWriter.
virtual const char* vtkSimplePointsWriter::GetClassName | ( | ) | [virtual] |
Reimplemented from vtkDataSetWriter.
static int vtkSimplePointsWriter::IsTypeOf | ( | const char * | name | ) | [static] |
Return 1 if this class type is the same type of (or a subclass of) the named class. Returns 0 otherwise. This method works in combination with vtkTypeMacro found in vtkSetGet.h.
Reimplemented from vtkDataSetWriter.
virtual int vtkSimplePointsWriter::IsA | ( | const char * | name | ) | [virtual] |
Return 1 if this class is the same type of (or a subclass of) the named class. Returns 0 otherwise. This method works in combination with vtkTypeMacro found in vtkSetGet.h.
Reimplemented from vtkDataSetWriter.
static vtkSimplePointsWriter* vtkSimplePointsWriter::SafeDownCast | ( | vtkObject * | o | ) | [static] |
Reimplemented from vtkDataSetWriter.
void vtkSimplePointsWriter::PrintSelf | ( | ostream & | os, |
vtkIndent | indent | ||
) | [virtual] |
Methods invoked by print to print information about the object including superclasses. Typically not called by the user (use Print() instead) but used in the hierarchical print process to combine the output of several classes.
Reimplemented from vtkDataSetWriter.
virtual int vtkSimplePointsWriter::GetDecimalPrecision | ( | ) | [virtual] |
virtual void vtkSimplePointsWriter::SetDecimalPrecision | ( | int | ) | [virtual] |
void vtkSimplePointsWriter::WriteData | ( | ) | [protected, virtual] |
Reimplemented from vtkDataSetWriter.
int vtkSimplePointsWriter::DecimalPrecision [protected] |
Definition at line 48 of file vtkSimplePointsWriter.h.