VTK
Public Types | Public Member Functions | Static Public Member Functions | Protected Member Functions | Protected Attributes
vtkSimplePointsWriter Class Reference

write a file of xyz coordinates More...

#include <vtkSimplePointsWriter.h>

Inheritance diagram for vtkSimplePointsWriter:
Inheritance graph
[legend]
Collaboration diagram for vtkSimplePointsWriter:
Collaboration graph
[legend]

List of all members.

Public Types

typedef vtkDataSetWriter Superclass

Public Member Functions

virtual int IsA (const char *type)
vtkSimplePointsWriterNewInstance () const
void PrintSelf (ostream &os, vtkIndent indent)
virtual int GetDecimalPrecision ()
virtual void SetDecimalPrecision (int)

Static Public Member Functions

static vtkSimplePointsWriterNew ()
static int IsTypeOf (const char *type)
static vtkSimplePointsWriterSafeDownCast (vtkObjectBase *o)

Protected Member Functions

virtual vtkObjectBaseNewInstanceInternal () const
 vtkSimplePointsWriter ()
 ~vtkSimplePointsWriter ()
void WriteData ()

Protected Attributes

int DecimalPrecision

Detailed Description

write a file of xyz coordinates

vtkSimplePointsWriter writes a simple file of xyz coordinates

See also:
vtkSimplePointsReader
Tests:
vtkSimplePointsWriter (Tests)

Definition at line 33 of file vtkSimplePointsWriter.h.


Member Typedef Documentation

Reimplemented from vtkDataSetWriter.

Definition at line 37 of file vtkSimplePointsWriter.h.


Constructor & Destructor Documentation

Definition at line 45 of file vtkSimplePointsWriter.h.


Member Function Documentation

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.

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 void vtkSimplePointsWriter::SetDecimalPrecision ( int  ) [virtual]
void vtkSimplePointsWriter::WriteData ( ) [protected, virtual]

Reimplemented from vtkDataSetWriter.


Member Data Documentation

Definition at line 49 of file vtkSimplePointsWriter.h.


The documentation for this class was generated from the following file: