Main Page | Class Hierarchy | Alphabetical List | Class List | File List | Class Members | File Members | Related Pages

vtkVRMLSource Class Reference

Converts importer to a source. More...

#include <vtkVRMLSource.h>

List of all members.

Public Member Functions

 vtkTypeRevisionMacro (vtkVRMLSource, vtkSource)
void PrintSelf (ostream &os, vtkIndent indent)
int GetNumberOfOutputs ()
vtkPolyData * GetOutput (int idx)
vtkPolyData * GetOutput ()
virtual void SetFileName (const char *)
virtual char * GetFileName ()
virtual void SetColor (int)
virtual int GetColor ()
virtual void ColorOn ()
virtual void ColorOff ()
virtual void SetAppend (int)
virtual int GetAppend ()
virtual void AppendOn ()
virtual void AppendOff ()

Static Public Member Functions

vtkVRMLSourceNew ()

Protected Member Functions

 vtkVRMLSource ()
 ~vtkVRMLSource ()
void Execute ()
void InitializeImporter ()
void CopyImporterToOutputs ()

Protected Attributes

char * FileName
vtkVRMLImporter * Importer
int Color
int Append


Detailed Description

Converts importer to a source.

Since paraview can only use vtkSources, I am wrapping the VRML importer as a source. I will loose lights, texture maps and colors,

Definition at line 29 of file vtkVRMLSource.h.


Constructor & Destructor Documentation

vtkVRMLSource::vtkVRMLSource  )  [protected]
 

vtkVRMLSource::~vtkVRMLSource  )  [protected]
 


Member Function Documentation

vtkVRMLSource::vtkTypeRevisionMacro vtkVRMLSource  ,
vtkSource 
 

void vtkVRMLSource::PrintSelf ostream &  os,
vtkIndent  indent
 

vtkVRMLSource* vtkVRMLSource::New  )  [static]
 

virtual void vtkVRMLSource::SetFileName const char *   )  [virtual]
 

VRML file name. Set

virtual char* vtkVRMLSource::GetFileName  )  [virtual]
 

VRML file name. Set

int vtkVRMLSource::GetNumberOfOutputs  ) 
 

vtkPolyData* vtkVRMLSource::GetOutput int  idx  ) 
 

vtkPolyData* vtkVRMLSource::GetOutput  )  [inline]
 

Definition at line 44 of file vtkVRMLSource.h.

virtual void vtkVRMLSource::SetColor int   )  [virtual]
 

Descided whether to generate color arrays or not.

virtual int vtkVRMLSource::GetColor  )  [virtual]
 

Descided whether to generate color arrays or not.

virtual void vtkVRMLSource::ColorOn  )  [virtual]
 

Descided whether to generate color arrays or not.

virtual void vtkVRMLSource::ColorOff  )  [virtual]
 

Descided whether to generate color arrays or not.

virtual void vtkVRMLSource::SetAppend int   )  [virtual]
 

This method allows all parts to be put into a single output. By default this flag is on.

virtual int vtkVRMLSource::GetAppend  )  [virtual]
 

This method allows all parts to be put into a single output. By default this flag is on.

virtual void vtkVRMLSource::AppendOn  )  [virtual]
 

This method allows all parts to be put into a single output. By default this flag is on.

virtual void vtkVRMLSource::AppendOff  )  [virtual]
 

This method allows all parts to be put into a single output. By default this flag is on.

void vtkVRMLSource::Execute  )  [protected]
 

void vtkVRMLSource::InitializeImporter  )  [protected]
 

void vtkVRMLSource::CopyImporterToOutputs  )  [protected]
 


Member Data Documentation

char* vtkVRMLSource::FileName [protected]
 

Definition at line 69 of file vtkVRMLSource.h.

vtkVRMLImporter* vtkVRMLSource::Importer [protected]
 

Definition at line 70 of file vtkVRMLSource.h.

int vtkVRMLSource::Color [protected]
 

Definition at line 71 of file vtkVRMLSource.h.

int vtkVRMLSource::Append [protected]
 

Definition at line 72 of file vtkVRMLSource.h.


The documentation for this class was generated from the following file:
Generated on Tue May 30 12:47:23 2006 for ParaView by doxygen 1.3.5