ParaView
Public Types | Public Member Functions | Static Public Member Functions | Protected Member Functions | Protected Attributes | List of all members
vtkVRMLSource Class Reference

Converts importer to a source. More...

#include <vtkVRMLSource.h>

Inherits vtkMultiBlockDataSetAlgorithm.

Public Types

typedef vtkMultiBlockDataSetAlgorithm Superclass
 

Public Member Functions

virtual const char * GetClassName ()
 
virtual int IsA (const char *type)
 
void PrintSelf (ostream &os, vtkIndent indent)
 
virtual void SetFileName (const char *)
 VRML file name. More...
 
virtual char * GetFileName ()
 VRML file name. More...
 
virtual void SetColor (int)
 Descided whether to generate color arrays or not. More...
 
virtual int GetColor ()
 Descided whether to generate color arrays or not. More...
 
virtual void ColorOn ()
 Descided whether to generate color arrays or not. More...
 
virtual void ColorOff ()
 Descided whether to generate color arrays or not. More...
 
virtual void SetAppend (int)
 This method allows all parts to be put into a single output. More...
 
virtual int GetAppend ()
 This method allows all parts to be put into a single output. More...
 
virtual void AppendOn ()
 This method allows all parts to be put into a single output. More...
 
virtual void AppendOff ()
 This method allows all parts to be put into a single output. More...
 

Static Public Member Functions

static int IsTypeOf (const char *type)
 
static vtkVRMLSourceSafeDownCast (vtkObject *o)
 
static vtkVRMLSourceNew ()
 
static int CanReadFile (const char *filename)
 

Protected Member Functions

 vtkVRMLSource ()
 
 ~vtkVRMLSource ()
 
int RequestData (vtkInformation *, vtkInformationVector **, vtkInformationVector *)
 
void InitializeImporter ()
 
void CopyImporterToOutputs (vtkMultiBlockDataSet *)
 

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

Member Typedef Documentation

◆ Superclass

typedef vtkMultiBlockDataSetAlgorithm vtkVRMLSource::Superclass

Definition at line 35 of file vtkVRMLSource.h.

Constructor & Destructor Documentation

◆ vtkVRMLSource()

vtkVRMLSource::vtkVRMLSource ( )
protected

◆ ~vtkVRMLSource()

vtkVRMLSource::~vtkVRMLSource ( )
protected

Member Function Documentation

◆ GetClassName()

virtual const char* vtkVRMLSource::GetClassName ( )
virtual

◆ IsTypeOf()

static int vtkVRMLSource::IsTypeOf ( const char *  type)
static

◆ IsA()

virtual int vtkVRMLSource::IsA ( const char *  type)
virtual

◆ SafeDownCast()

static vtkVRMLSource* vtkVRMLSource::SafeDownCast ( vtkObject *  o)
static

◆ PrintSelf()

void vtkVRMLSource::PrintSelf ( ostream &  os,
vtkIndent  indent 
)

◆ New()

static vtkVRMLSource* vtkVRMLSource::New ( )
static

◆ SetFileName()

virtual void vtkVRMLSource::SetFileName ( const char *  )
virtual

VRML file name.

Set

◆ GetFileName()

virtual char* vtkVRMLSource::GetFileName ( )
virtual

VRML file name.

Set

◆ SetColor()

virtual void vtkVRMLSource::SetColor ( int  )
virtual

Descided whether to generate color arrays or not.

◆ GetColor()

virtual int vtkVRMLSource::GetColor ( )
virtual

Descided whether to generate color arrays or not.

◆ ColorOn()

virtual void vtkVRMLSource::ColorOn ( )
virtual

Descided whether to generate color arrays or not.

◆ ColorOff()

virtual void vtkVRMLSource::ColorOff ( )
virtual

Descided whether to generate color arrays or not.

◆ SetAppend()

virtual void vtkVRMLSource::SetAppend ( int  )
virtual

This method allows all parts to be put into a single output.

By default this flag is on.

◆ GetAppend()

virtual int vtkVRMLSource::GetAppend ( )
virtual

This method allows all parts to be put into a single output.

By default this flag is on.

◆ AppendOn()

virtual void vtkVRMLSource::AppendOn ( )
virtual

This method allows all parts to be put into a single output.

By default this flag is on.

◆ AppendOff()

virtual void vtkVRMLSource::AppendOff ( )
virtual

This method allows all parts to be put into a single output.

By default this flag is on.

◆ CanReadFile()

static int vtkVRMLSource::CanReadFile ( const char *  filename)
static

◆ RequestData()

int vtkVRMLSource::RequestData ( vtkInformation *  ,
vtkInformationVector **  ,
vtkInformationVector *   
)
protected

◆ InitializeImporter()

void vtkVRMLSource::InitializeImporter ( )
protected

◆ CopyImporterToOutputs()

void vtkVRMLSource::CopyImporterToOutputs ( vtkMultiBlockDataSet *  )
protected

Member Data Documentation

◆ FileName

char* vtkVRMLSource::FileName
protected

Definition at line 77 of file vtkVRMLSource.h.

◆ Importer

vtkVRMLImporter* vtkVRMLSource::Importer
protected

Definition at line 78 of file vtkVRMLSource.h.

◆ Color

int vtkVRMLSource::Color
protected

Definition at line 79 of file vtkVRMLSource.h.

◆ Append

int vtkVRMLSource::Append
protected

Definition at line 80 of file vtkVRMLSource.h.


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