VTK
|
write a file of xyz coordinates More...
#include <vtkSimplePointsWriter.h>
Public Types | |
typedef vtkDataSetWriter | Superclass |
Public Member Functions | |
virtual int | IsA (const char *type) |
vtkSimplePointsWriter * | NewInstance () const |
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 (vtkObjectBase *o) |
Protected Member Functions | |
virtual vtkObjectBase * | NewInstanceInternal () const |
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 33 of file vtkSimplePointsWriter.h.
Reimplemented from vtkDataSetWriter.
Definition at line 37 of file vtkSimplePointsWriter.h.
vtkSimplePointsWriter::vtkSimplePointsWriter | ( | ) | [protected] |
vtkSimplePointsWriter::~vtkSimplePointsWriter | ( | ) | [inline, protected] |
Definition at line 45 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.
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 | ( | vtkObjectBase * | o | ) | [static] |
Reimplemented from vtkDataSetWriter.
virtual vtkObjectBase* vtkSimplePointsWriter::NewInstanceInternal | ( | ) | const [protected, virtual] |
Reimplemented from vtkDataSetWriter.
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 49 of file vtkSimplePointsWriter.h.