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

export polydata into OpenInventor 2.0 format. More...

#include <vtkIVWriter.h>

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

List of all members.

Public Types

typedef vtkWriter Superclass

Public Member Functions

virtual int IsA (const char *type)
vtkIVWriterNewInstance () const
virtual void PrintSelf (ostream &os, vtkIndent indent)
vtkPolyDataGetInput ()
vtkPolyDataGetInput (int port)
virtual void SetFileName (const char *)
virtual char * GetFileName ()

Static Public Member Functions

static vtkIVWriterNew ()
static int IsTypeOf (const char *type)
static vtkIVWriterSafeDownCast (vtkObjectBase *o)

Protected Member Functions

virtual vtkObjectBaseNewInstanceInternal () const
 vtkIVWriter ()
 ~vtkIVWriter ()
void WriteData ()
void WritePolyData (vtkPolyData *polyData, FILE *fp)
virtual int FillInputPortInformation (int port, vtkInformation *info)

Protected Attributes

char * FileName

Detailed Description

export polydata into OpenInventor 2.0 format.

vtkIVWriter is a concrete subclass of vtkWriter that writes OpenInventor 2.0 files.

See also:
vtkPolyDataWriter
Tests:
vtkIVWriter (Tests)

Definition at line 36 of file vtkIVWriter.h.


Member Typedef Documentation

Reimplemented from vtkWriter.

Definition at line 40 of file vtkIVWriter.h.


Constructor & Destructor Documentation

vtkIVWriter::vtkIVWriter ( ) [inline, protected]

Definition at line 56 of file vtkIVWriter.h.

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

Definition at line 61 of file vtkIVWriter.h.


Member Function Documentation

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

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

Reimplemented from vtkAlgorithm.

static int vtkIVWriter::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 vtkWriter.

virtual int vtkIVWriter::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 vtkWriter.

Reimplemented from vtkWriter.

virtual vtkObjectBase* vtkIVWriter::NewInstanceInternal ( ) const [protected, virtual]

Reimplemented from vtkWriter.

Reimplemented from vtkWriter.

virtual void vtkIVWriter::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 vtkWriter.

Get the input to this writer.

Reimplemented from vtkWriter.

Get the input to this writer.

Reimplemented from vtkWriter.

virtual void vtkIVWriter::SetFileName ( const char *  ) [virtual]

Specify file name of vtk polygon data file to write.

virtual char* vtkIVWriter::GetFileName ( ) [virtual]

Specify file name of vtk polygon data file to write.

void vtkIVWriter::WriteData ( ) [protected, virtual]

Implements vtkWriter.

void vtkIVWriter::WritePolyData ( vtkPolyData polyData,
FILE *  fp 
) [protected]
virtual int vtkIVWriter::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.


Member Data Documentation

char* vtkIVWriter::FileName [protected]

Definition at line 69 of file vtkIVWriter.h.


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