Go to the documentation of this file.
11 #ifndef vtkGeometryRepresentationWithFaces_h
12 #define vtkGeometryRepresentationWithFaces_h
15 #include "vtkRemotingViewsModule.h"
26 FOLLOW_FRONTFACE = 400,
50 vtkSetClampMacro(BackfaceRepresentation,
int, POINTS, CULL_FRONTFACE);
51 vtkGetMacro(BackfaceRepresentation,
int);
56 void SetBackfaceAmbientColor(
double r,
double g,
double b);
57 void SetBackfaceDiffuseColor(
double r,
double g,
double b);
58 void SetBackfaceOpacity(
double val);
representation for showing any datasets as external shell of polygons.
bool AddToView(vtkView *view) override
Adds the representation to the view.
int ProcessViewRequest(vtkInformationRequestKey *request_type, vtkInformation *inInfo, vtkInformation *outInfo) override
vtkAlgorithm::ProcessRequest() equivalent for rendering passes.
void SetVisibility(bool val) override
Get/Set the visibility for this representation.
vtkMapper * BackfaceMapper
virtual void UpdateColoringParameters()
Passes on parameters to vtkProperty and vtkMapper.
virtual void SetupDefaults()
This method is called in the constructor.
int BackfaceRepresentation
vtkMapper * LODBackfaceMapper
vtkPVLODActor * BackfaceActor
bool RemoveFromView(vtkView *view) override
Removes the representation to the view.
virtual bool NeedsOrderedCompositing()
Returns true if this representation has translucent geometry.
static vtkGeometryRepresentation * New()
vtkProperty * BackfaceProperty
an actor that supports multiple levels of detail
void PrintSelf(ostream &os, vtkIndent indent) override