vtkXMLRectilinearGridWriter Class Reference

#include <vtkXMLRectilinearGridWriter.h>

Inheritance diagram for vtkXMLRectilinearGridWriter:

Inheritance graph
[legend]
Collaboration diagram for vtkXMLRectilinearGridWriter:

Collaboration graph
[legend]

List of all members.


Detailed Description

Write VTK XML RectilinearGrid files.

vtkXMLRectilinearGridWriter writes the VTK XML RectilinearGrid file format. One rectilinear grid input can be written into one file in any number of streamed pieces. The standard extension for this writer's file format is "vtr". This writer is also used to write a single piece of the parallel file format.

See also:
vtkXMLPRectilinearGridWriter
Tests:
vtkXMLRectilinearGridWriter (Tests)

Definition at line 38 of file vtkXMLRectilinearGridWriter.h.


Public Types

typedef vtkXMLStructuredDataWriter Superclass

Public Member Functions

virtual const char * GetClassName ()
virtual int IsA (const char *type)
void PrintSelf (ostream &os, vtkIndent indent)
const char * GetDefaultFileExtension ()
vtkRectilinearGridGetInput ()

Static Public Member Functions

static
vtkXMLRectilinearGridWriter
New ()
static int IsTypeOf (const char *type)
static
vtkXMLRectilinearGridWriter
SafeDownCast (vtkObject *o)

Protected Member Functions

 vtkXMLRectilinearGridWriter ()
 ~vtkXMLRectilinearGridWriter ()
virtual int FillInputPortInformation (int port, vtkInformation *info)
int WriteAppendedMode (vtkIndent indent)
void WriteAppendedPiece (int index, vtkIndent indent)
void WriteAppendedPieceData (int index)
void WriteInlinePiece (vtkIndent indent)
void GetInputExtent (int *extent)
const char * GetDataSetName ()
vtkDataArrayCreateExactCoordinates (vtkDataArray *a, int xyz)
void CalculateSuperclassFraction (float *fractions)
virtual void AllocatePositionArrays ()
virtual void DeletePositionArrays ()

Protected Attributes

OffsetsManagerArrayCoordinateOM

Member Typedef Documentation

Reimplemented from vtkXMLStructuredDataWriter.

Definition at line 42 of file vtkXMLRectilinearGridWriter.h.


Constructor & Destructor Documentation

vtkXMLRectilinearGridWriter::vtkXMLRectilinearGridWriter (  )  [protected]

vtkXMLRectilinearGridWriter::~vtkXMLRectilinearGridWriter (  )  [protected]


Member Function Documentation

static vtkXMLRectilinearGridWriter* vtkXMLRectilinearGridWriter::New (  )  [static]

Create an object with Debug turned off, modified time initialized to zero, and reference counting on.

Reimplemented from vtkAlgorithm.

virtual const char* vtkXMLRectilinearGridWriter::GetClassName (  )  [virtual]

Reimplemented from vtkXMLStructuredDataWriter.

static int vtkXMLRectilinearGridWriter::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 vtkXMLStructuredDataWriter.

virtual int vtkXMLRectilinearGridWriter::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 vtkXMLStructuredDataWriter.

static vtkXMLRectilinearGridWriter* vtkXMLRectilinearGridWriter::SafeDownCast ( vtkObject o  )  [static]

Reimplemented from vtkXMLStructuredDataWriter.

void vtkXMLRectilinearGridWriter::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 vtkXMLStructuredDataWriter.

vtkRectilinearGrid* vtkXMLRectilinearGridWriter::GetInput (  ) 

Get/Set the writer's input.

Reimplemented from vtkXMLWriter.

const char* vtkXMLRectilinearGridWriter::GetDefaultFileExtension (  )  [virtual]

Get the default file extension for files written by this writer.

Implements vtkXMLWriter.

virtual int vtkXMLRectilinearGridWriter::FillInputPortInformation ( int  port,
vtkInformation info 
) [protected, virtual]

Fill the input port information objects for this algorithm. This is invoked by the first call to GetInputPortInformation for each port so subclasses can specify what they can handle.

Reimplemented from vtkAlgorithm.

int vtkXMLRectilinearGridWriter::WriteAppendedMode ( vtkIndent  indent  )  [protected]

void vtkXMLRectilinearGridWriter::WriteAppendedPiece ( int  index,
vtkIndent  indent 
) [protected, virtual]

Reimplemented from vtkXMLStructuredDataWriter.

void vtkXMLRectilinearGridWriter::WriteAppendedPieceData ( int  index  )  [protected, virtual]

Reimplemented from vtkXMLStructuredDataWriter.

void vtkXMLRectilinearGridWriter::WriteInlinePiece ( vtkIndent  indent  )  [protected, virtual]

Reimplemented from vtkXMLStructuredDataWriter.

void vtkXMLRectilinearGridWriter::GetInputExtent ( int *  extent  )  [protected, virtual]

const char* vtkXMLRectilinearGridWriter::GetDataSetName (  )  [protected, virtual]

Implements vtkXMLWriter.

vtkDataArray* vtkXMLRectilinearGridWriter::CreateExactCoordinates ( vtkDataArray a,
int  xyz 
) [protected, virtual]

Reimplemented from vtkXMLWriter.

void vtkXMLRectilinearGridWriter::CalculateSuperclassFraction ( float *  fractions  )  [protected]

virtual void vtkXMLRectilinearGridWriter::AllocatePositionArrays (  )  [protected, virtual]

Reimplemented from vtkXMLStructuredDataWriter.

virtual void vtkXMLRectilinearGridWriter::DeletePositionArrays (  )  [protected, virtual]

Reimplemented from vtkXMLStructuredDataWriter.


Member Data Documentation

Definition at line 72 of file vtkXMLRectilinearGridWriter.h.


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

Generated on Wed Aug 24 12:22:41 2011 for VTK by  doxygen 1.5.6