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 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 vtkSimplePointsWriterNew ()
static int IsTypeOf (const char *type)
static vtkSimplePointsWriterSafeDownCast (vtkObject *o)

Protected Member Functions

 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 32 of file vtkSimplePointsWriter.h.


Member Typedef Documentation

Reimplemented from vtkDataSetWriter.

Definition at line 36 of file vtkSimplePointsWriter.h.


Constructor & Destructor Documentation

vtkSimplePointsWriter::vtkSimplePointsWriter ( ) [protected]
vtkSimplePointsWriter::~vtkSimplePointsWriter ( ) [inline, protected]

Definition at line 44 of file vtkSimplePointsWriter.h.


Member Function Documentation

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.


Member Data Documentation

Definition at line 48 of file vtkSimplePointsWriter.h.


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