#include <vtkEmptyRepresentation.h>
Public Types | |
typedef vtkDataRepresentation | Superclass |
![]() | |
typedef vtkPassInputTypeAlgorithm | Superclass |
Public Member Functions | |
virtual int | IsA (const char *type) |
vtkEmptyRepresentation * | NewInstance () const |
void | PrintSelf (ostream &os, vtkIndent indent) |
virtual vtkAlgorithmOutput * | GetInternalAnnotationOutputPort () |
virtual vtkAlgorithmOutput * | GetInternalAnnotationOutputPort (int port) |
virtual vtkAlgorithmOutput * | GetInternalAnnotationOutputPort (int port, int conn) |
![]() | |
vtkDataRepresentation * | NewInstance () const |
void | PrintSelf (ostream &os, vtkIndent indent) |
virtual void | ApplyViewTheme (vtkViewTheme *vtkNotUsed(theme)) |
virtual vtkSelection * | ConvertSelection (vtkView *view, vtkSelection *selection) |
vtkAlgorithmOutput * | GetInputConnection (int port=0, int index=0) |
vtkAnnotationLink * | GetAnnotationLink () |
void | SetAnnotationLink (vtkAnnotationLink *link) |
void | Select (vtkView *view, vtkSelection *selection) |
void | Select (vtkView *view, vtkSelection *selection, bool extend) |
void | Annotate (vtkView *view, vtkAnnotationLayers *annotations) |
void | Annotate (vtkView *view, vtkAnnotationLayers *annotations, bool extend) |
virtual void | SetSelectable (bool) |
virtual bool | GetSelectable () |
virtual void | SelectableOn () |
virtual void | SelectableOff () |
void | UpdateSelection (vtkSelection *selection) |
void | UpdateSelection (vtkSelection *selection, bool extend) |
void | UpdateAnnotations (vtkAnnotationLayers *annotations) |
void | UpdateAnnotations (vtkAnnotationLayers *annotations, bool extend) |
virtual vtkAlgorithmOutput * | GetInternalSelectionOutputPort () |
virtual vtkAlgorithmOutput * | GetInternalSelectionOutputPort (int port) |
virtual vtkAlgorithmOutput * | GetInternalSelectionOutputPort (int port, int conn) |
virtual vtkAlgorithmOutput * | GetInternalOutputPort () |
virtual vtkAlgorithmOutput * | GetInternalOutputPort (int port) |
virtual vtkAlgorithmOutput * | GetInternalOutputPort (int port, int conn) |
virtual void | SetSelectionType (int) |
virtual int | GetSelectionType () |
virtual void | SetSelectionArrayNames (vtkStringArray *names) |
virtual vtkStringArray * | GetSelectionArrayNames () |
virtual void | SetSelectionArrayName (const char *name) |
virtual const char * | GetSelectionArrayName () |
Static Public Member Functions | |
static vtkEmptyRepresentation * | New () |
static int | IsTypeOf (const char *type) |
static vtkEmptyRepresentation * | SafeDownCast (vtkObjectBase *o) |
![]() | |
static vtkDataRepresentation * | New () |
static int | IsTypeOf (const char *type) |
static vtkDataRepresentation * | SafeDownCast (vtkObjectBase *o) |
Protected Member Functions | |
virtual vtkObjectBase * | NewInstanceInternal () const |
vtkEmptyRepresentation () | |
~vtkEmptyRepresentation () | |
![]() | |
vtkDataRepresentation () | |
~vtkDataRepresentation () | |
virtual void | ProcessEvents (vtkObject *caller, unsigned long eventId, void *callData) |
virtual bool | AddToView (vtkView *vtkNotUsed(view)) |
virtual bool | RemoveFromView (vtkView *vtkNotUsed(view)) |
virtual vtkAnnotationLayers * | ConvertAnnotations (vtkView *view, vtkAnnotationLayers *annotations) |
vtkTrivialProducer * | GetInternalInput (int port, int conn) |
void | SetInternalInput (int port, int conn, vtkTrivialProducer *producer) |
virtual int | RequestData (vtkInformation *, vtkInformationVector **, vtkInformationVector *) |
virtual void | SetAnnotationLinkInternal (vtkAnnotationLink *link) |
Additional Inherited Members | |
![]() | |
bool | Selectable |
int | SelectionType |
vtkStringArray * | SelectionArrayNames |
Command * | Observer |
vtkAnnotationLink * | AnnotationLinkInternal |
Definition at line 34 of file vtkEmptyRepresentation.h.
Definition at line 38 of file vtkEmptyRepresentation.h.
|
protected |
|
protected |
|
static |
|
static |
|
virtual |
Reimplemented from vtkDataRepresentation.
|
static |
|
protectedvirtual |
Reimplemented from vtkDataRepresentation.
vtkEmptyRepresentation* vtkEmptyRepresentation::NewInstance | ( | ) | const |
void vtkEmptyRepresentation::PrintSelf | ( | ostream & | os, |
vtkIndent | indent | ||
) |
|
inlinevirtual |
Since this representation has no inputs, override superclass implementation with one that ignores "port" and "conn" and still allows it to have an annotation output.
Reimplemented from vtkDataRepresentation.
Definition at line 45 of file vtkEmptyRepresentation.h.
|
inlinevirtual |
Since this representation has no inputs, override superclass implementation with one that ignores "port" and "conn" and still allows it to have an annotation output.
Reimplemented from vtkDataRepresentation.
Definition at line 47 of file vtkEmptyRepresentation.h.
|
virtual |
Since this representation has no inputs, override superclass implementation with one that ignores "port" and "conn" and still allows it to have an annotation output.
Reimplemented from vtkDataRepresentation.