Section: Visualization Toolkit View Classes
To create an instance of class vtkEmptyRepresentation, simply invoke its constructor as follows
obj = vtkEmptyRepresentation
obj
is an instance of the vtkEmptyRepresentation class.
string = obj.GetClassName ()
int = obj.IsA (string name)
vtkEmptyRepresentation = obj.NewInstance ()
vtkEmptyRepresentation = obj.SafeDownCast (vtkObject o)
vtkAlgorithmOutput = obj.GetInternalAnnotationOutputPort ()
- 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.
vtkAlgorithmOutput = obj.GetInternalAnnotationOutputPort (int port)
- 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.
vtkAlgorithmOutput = obj.GetInternalAnnotationOutputPort (int port, int conn)
- 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.