#include <vtkOpenGLCoincidentTopologyResolutionPainter.h>
|
| vtkOpenGLCoincidentTopologyResolutionPainter () |
|
| ~vtkOpenGLCoincidentTopologyResolutionPainter () |
|
void | RenderPolygonOffset (vtkRenderer *renderer, vtkActor *actor, unsigned long typeflags, bool forceCompileOnly) |
|
void | RenderShiftZBuffer (vtkRenderer *renderer, vtkActor *actor, unsigned long typeflags, bool forceCompileOnly) |
|
|
virtual void | RenderInternal (vtkRenderer *renderer, vtkActor *actor, unsigned long typeflags, bool forceCompileOnly) |
|
virtual void | ProcessInformation (vtkInformation *) |
|
virtual void | SetResolveCoincidentTopology (int) |
|
virtual void | SetZShift (double) |
|
virtual void | SetOffsetFaces (int) |
|
void | SetPolygonOffsetParameters (double factor, double units) |
|
| vtkCoincidentTopologyResolutionPainter () |
|
| ~vtkCoincidentTopologyResolutionPainter () |
|
| vtkPolyDataPainter () |
|
| ~vtkPolyDataPainter () |
|
virtual void | SetBuildNormals (int) |
|
| vtkPainter () |
|
| ~vtkPainter () |
|
virtual void | ReportReferences (vtkGarbageCollector *collector) |
|
void | UpdateDelegatePainter () |
|
virtual void | PassInformation (vtkPainter *toPainter) |
|
virtual void | PrepareForRendering (vtkRenderer *, vtkActor *) |
|
virtual void | UpdateDelegateProgress (vtkPainter *delegate, double amount) |
|
virtual void | ObserverPainterProgress (vtkPainter *toObserve) |
|
void | UpdateProgress (double amount) |
|
vtkAbstractArray * | GetInputArrayToProcess (int fieldAssociation, int fieldAttributeType, vtkDataSet *ds, bool *use_cell_data=0) |
|
vtkAbstractArray * | GetInputArrayToProcess (int fieldAssociation, const char *name, vtkDataSet *dsl, bool *use_cell_data=0) |
|
| vtkObject () |
|
virtual | ~vtkObject () |
|
virtual void | RegisterInternal (vtkObjectBase *, int check) |
|
virtual void | UnRegisterInternal (vtkObjectBase *, int check) |
|
void | InternalGrabFocus (vtkCommand *mouseEvents, vtkCommand *keypressEvents=NULL) |
|
void | InternalReleaseFocus () |
|
| vtkObjectBase () |
|
virtual | ~vtkObjectBase () |
|
virtual void | CollectRevisions (ostream &os) |
|
| vtkObjectBase (const vtkObjectBase &) |
|
void | operator= (const vtkObjectBase &) |
|
vtkOpenGLCoincidentTopologyResolutionPainter::vtkOpenGLCoincidentTopologyResolutionPainter |
( |
| ) |
|
|
protected |
vtkOpenGLCoincidentTopologyResolutionPainter::~vtkOpenGLCoincidentTopologyResolutionPainter |
( |
| ) |
|
|
protected |
virtual const char* vtkOpenGLCoincidentTopologyResolutionPainter::GetClassName |
( |
| ) |
|
|
virtual |
static int vtkOpenGLCoincidentTopologyResolutionPainter::IsTypeOf |
( |
const char * |
type | ) |
|
|
static |
virtual int vtkOpenGLCoincidentTopologyResolutionPainter::IsA |
( |
const char * |
name | ) |
|
|
virtual |
Return 1 if this class is the same type of (or a subclass of) the named class. Returns 0 otherwise. This method works in combination with vtkTypeMacro found in vtkSetGet.h.
Reimplemented from vtkCoincidentTopologyResolutionPainter.
void vtkOpenGLCoincidentTopologyResolutionPainter::PrintSelf |
( |
ostream & |
os, |
|
|
vtkIndent |
indent |
|
) |
| |
|
virtual |
Methods invoked by print to print information about the object including superclasses. Typically not called by the user (use Print() instead) but used in the hierarchical print process to combine the output of several classes.
Reimplemented from vtkCoincidentTopologyResolutionPainter.
virtual void vtkOpenGLCoincidentTopologyResolutionPainter::RenderInternal |
( |
vtkRenderer * |
renderer, |
|
|
vtkActor * |
actor, |
|
|
unsigned long |
typeflags, |
|
|
bool |
forceCompileOnly |
|
) |
| |
|
protectedvirtual |
Performs the actual rendering. Subclasses may override this method. default implementation merely call a Render on the DelegatePainter, if any. When RenderInternal() is called, it is assured that the DelegatePainter is in sync with this painter i.e. UpdatePainter() has been called.
Reimplemented from vtkPainter.
void vtkOpenGLCoincidentTopologyResolutionPainter::RenderPolygonOffset |
( |
vtkRenderer * |
renderer, |
|
|
vtkActor * |
actor, |
|
|
unsigned long |
typeflags, |
|
|
bool |
forceCompileOnly |
|
) |
| |
|
protected |
void vtkOpenGLCoincidentTopologyResolutionPainter::RenderShiftZBuffer |
( |
vtkRenderer * |
renderer, |
|
|
vtkActor * |
actor, |
|
|
unsigned long |
typeflags, |
|
|
bool |
forceCompileOnly |
|
) |
| |
|
protected |
The documentation for this class was generated from the following file: