|
ParaView
|
#include <vtkGeometryRepresentationWithFaces.h>


vtkGeometryRepresentationWithFaces extends vtkGeometryRepresentation to add support for rendering back and front faces separately (with different visibility and properties).
Definition at line 27 of file vtkGeometryRepresentationWithFaces.h.
Definition at line 34 of file vtkGeometryRepresentationWithFaces.h.
| vtkGeometryRepresentationWithFaces::vtkGeometryRepresentationWithFaces | ( | ) | [protected] |
| vtkGeometryRepresentationWithFaces::~vtkGeometryRepresentationWithFaces | ( | ) | [protected] |
| static vtkGeometryRepresentationWithFaces* vtkGeometryRepresentationWithFaces::New | ( | ) | [static] |
Reimplemented from vtkGeometryRepresentation.
| virtual const char* vtkGeometryRepresentationWithFaces::GetClassName | ( | ) | [virtual] |
Reimplemented from vtkGeometryRepresentation.
| static int vtkGeometryRepresentationWithFaces::IsTypeOf | ( | const char * | type | ) | [static] |
Reimplemented from vtkGeometryRepresentation.
| virtual int vtkGeometryRepresentationWithFaces::IsA | ( | const char * | type | ) | [virtual] |
Reimplemented from vtkGeometryRepresentation.
| static vtkGeometryRepresentationWithFaces* vtkGeometryRepresentationWithFaces::SafeDownCast | ( | vtkObject * | o | ) | [static] |
Reimplemented from vtkGeometryRepresentation.
| void vtkGeometryRepresentationWithFaces::PrintSelf | ( | ostream & | os, |
| vtkIndent | indent | ||
| ) | [virtual] |
Reimplemented from vtkGeometryRepresentation.
| virtual void vtkGeometryRepresentationWithFaces::SetVisibility | ( | bool | val | ) | [virtual] |
Get/Set the visibility for this representation. When the visibility of representation of false, all view passes are ignored.
Reimplemented from vtkGeometryRepresentation.
| virtual void vtkGeometryRepresentationWithFaces::SetBackfaceRepresentation | ( | int | ) | [virtual] |
Set the backface representation.
| virtual int vtkGeometryRepresentationWithFaces::GetBackfaceRepresentation | ( | ) | [virtual] |
Set the backface representation.
| void vtkGeometryRepresentationWithFaces::SetBackfaceOpacity | ( | double | val | ) |
| virtual void vtkGeometryRepresentationWithFaces::SetupDefaults | ( | ) | [protected, virtual] |
This method is called in the constructor. If the subclasses override any of the iVar vtkObject's of this class e.g. the Mappers, GeometryFilter etc., they should call this method again in their constructor. It must be totally safe to call this method repeatedly.
Reimplemented from vtkGeometryRepresentation.
| virtual bool vtkGeometryRepresentationWithFaces::AddToView | ( | vtkView * | view | ) | [protected, virtual] |
Adds the representation to the view. This is called from vtkView::AddRepresentation(). Subclasses should override this method. Returns true if the addition succeeds.
Reimplemented from vtkGeometryRepresentation.
| virtual bool vtkGeometryRepresentationWithFaces::RemoveFromView | ( | vtkView * | view | ) | [protected, virtual] |
Removes the representation to the view. This is called from vtkView::RemoveRepresentation(). Subclasses should override this method. Returns true if the removal succeeds.
Reimplemented from vtkGeometryRepresentation.
| virtual bool vtkGeometryRepresentationWithFaces::GenerateMetaData | ( | vtkInformation * | , |
| vtkInformation * | |||
| ) | [protected, virtual] |
Produce meta-data about this representation that the view may find useful.
Reimplemented from vtkGeometryRepresentation.
| virtual void vtkGeometryRepresentationWithFaces::UpdateColoringParameters | ( | ) | [protected, virtual] |
Passes on parameters to vtkProperty and vtkMapper
Reimplemented from vtkGeometryRepresentation.
Definition at line 85 of file vtkGeometryRepresentationWithFaces.h.
Definition at line 86 of file vtkGeometryRepresentationWithFaces.h.
Definition at line 87 of file vtkGeometryRepresentationWithFaces.h.
Definition at line 88 of file vtkGeometryRepresentationWithFaces.h.
Definition at line 89 of file vtkGeometryRepresentationWithFaces.h.
1.7.5.1