Converts importer to a source.
More...
#include <vtkVRMLSource.h>
Inherits vtkMultiBlockDataSetAlgorithm.
|
| 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...
|
| |
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.
§ Superclass
§ vtkVRMLSource()
| vtkVRMLSource::vtkVRMLSource |
( |
| ) |
|
|
protected |
§ ~vtkVRMLSource()
| vtkVRMLSource::~vtkVRMLSource |
( |
| ) |
|
|
protected |
§ 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()
§ SetFileName()
| virtual void vtkVRMLSource::SetFileName |
( |
const char * |
| ) |
|
|
virtual |
§ GetFileName()
| virtual char* vtkVRMLSource::GetFileName |
( |
| ) |
|
|
virtual |
§ 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 |
§ FileName
| char* vtkVRMLSource::FileName |
|
protected |
§ Importer
| vtkVRMLImporter* vtkVRMLSource::Importer |
|
protected |
§ Color
§ Append
| int vtkVRMLSource::Append |
|
protected |
The documentation for this class was generated from the following file:
- /builddir/build/BUILD/ParaView-v5.2.0/ParaViewCore/VTKExtensions/Default/vtkVRMLSource.h