|
virtual const char * | GetClassName () |
|
virtual int | IsA (const char *type) |
|
void | PrintSelf (ostream &os, vtkIndent indent) override |
|
virtual vtkAlgorithmOutput * | GetOutputPort (int port) |
| Returns the vtkAlgorithmOutput for an output port, if valid. More...
|
|
void | UpdatePipelineInformation () override |
| Triggers UpdateInformation() on vtkObject if possible. More...
|
|
virtual void | UpdatePipeline (int port, double time, bool doTime) |
| Triggers UpdatePipeline(). More...
|
|
virtual void | SetupSelectionProxy (int port, vtkSIProxy *extractSelection) |
| setups extract selection proxies. More...
|
|
virtual void | SetDisablePipelineExecution (bool value) |
| Allow to shut down pipeline execution. More...
|
|
void | RecreateVTKObjects () override |
| Overridden to update the output ports. More...
|
|
void | AboutToDelete () override |
| This method is called before the deletion of the SIObject. More...
|
|
void | Push (vtkSMMessage *msg) override |
| Push a new state to the underneath implementation. More...
|
|
void | Pull (vtkSMMessage *msg) override |
| Pull the current state of the underneath implementation. More...
|
|
vtkSIProperty * | GetSIProperty (const char *name) |
| Provides access to the property helper. More...
|
|
bool | IsNullProxy () |
| Return true if that Proxy is supposed to have NO vtk class, which means its a NullProxy. More...
|
|
virtual bool | ExtendDefinition (const char *xml) |
| Counter part to vtkSMSelfGeneratingSourceProxy::ExtendDefinition(). More...
|
|
const char * | GetLogNameOrDefault () |
| A helper that makes up an default name if none is provided. More...
|
|
vtkObjectBase * | GetVTKObject () |
| Returns access to the VTKObject pointer, if any. More...
|
|
void | SetVTKObject (vtkObjectBase *) |
| Returns access to the VTKObject pointer, if any. More...
|
|
virtual char * | GetVTKClassName () |
| Returns the VTKClassName. More...
|
|
virtual char * | GetXMLName () |
| Assigned by the XML parser. More...
|
|
virtual char * | GetXMLGroup () |
| Assigned by the XML parser. More...
|
|
virtual void | AddInput (int input_port, vtkAlgorithmOutput *connection, const char *method) |
| These methods are called to add/remove input connections by vtkSIInputProperty. More...
|
|
virtual void | CleanInputs (const char *method) |
| These methods are called to add/remove input connections by vtkSIInputProperty. More...
|
|
virtual void | Initialize (vtkPVSessionCore *session) |
| Initializes the instance. More...
|
|
vtkClientServerInterpreter * | GetInterpreter () |
| Provides access to the Interpreter. More...
|
|
vtkSIObject * | GetSIObject (vtkTypeUInt32 globalid) const |
| Convenience method to obtain a vtkSIObject subclass given its global id. More...
|
|
vtkObject * | GetRemoteObject (vtkTypeUInt32 globalid) |
| Convenience method to obtain a vtkObject subclass given its global id. More...
|
|
virtual void | SetGlobalID (vtkTypeUInt32) |
| Get/Set the global id for this object. More...
|
|
virtual vtkTypeUInt32 | GetGlobalID () |
| Get/Set the global id for this object. More...
|
|
| vtkBaseTypeMacro (vtkObject, vtkObjectBase) |
|
virtual void | DebugOn () |
|
virtual void | DebugOff () |
|
bool | GetDebug () |
|
void | SetDebug (bool debugFlag) |
|
virtual void | Modified () |
|
virtual vtkMTimeType | GetMTime () |
|
void | RemoveObserver (unsigned long tag) |
|
void | RemoveObservers (unsigned long event) |
|
void | RemoveObservers (const char *event) |
|
void | RemoveAllObservers () |
|
int | HasObserver (unsigned long event) |
|
int | HasObserver (const char *event) |
|
int | InvokeEvent (unsigned long event) |
|
int | InvokeEvent (const char *event) |
|
unsigned long | AddObserver (unsigned long event, vtkCommand *, float priority=0.0f) |
|
unsigned long | AddObserver (const char *event, vtkCommand *, float priority=0.0f) |
|
vtkCommand * | GetCommand (unsigned long tag) |
|
void | RemoveObserver (vtkCommand *) |
|
void | RemoveObservers (unsigned long event, vtkCommand *) |
|
void | RemoveObservers (const char *event, vtkCommand *) |
|
int | HasObserver (unsigned long event, vtkCommand *) |
|
int | HasObserver (const char *event, vtkCommand *) |
|
unsigned long | AddObserver (unsigned long event, U observer, void(T::*callback)(), float priority=0.0f) |
|
unsigned long | AddObserver (unsigned long event, U observer, void(T::*callback)(vtkObject *, unsigned long, void *), float priority=0.0f) |
|
unsigned long | AddObserver (unsigned long event, U observer, bool(T::*callback)(vtkObject *, unsigned long, void *), float priority=0.0f) |
|
int | InvokeEvent (unsigned long event, void *callData) |
|
int | InvokeEvent (const char *event, void *callData) |
|
unsigned long | AddObserver (unsigned long event, vtkCommand *, float priority=0.0f) |
|
unsigned long | AddObserver (const char *event, vtkCommand *, float priority=0.0f) |
|
vtkCommand * | GetCommand (unsigned long tag) |
|
void | RemoveObserver (vtkCommand *) |
|
void | RemoveObservers (unsigned long event, vtkCommand *) |
|
void | RemoveObservers (const char *event, vtkCommand *) |
|
int | HasObserver (unsigned long event, vtkCommand *) |
|
int | HasObserver (const char *event, vtkCommand *) |
|
unsigned long | AddObserver (unsigned long event, U observer, void(T::*callback)(), float priority=0.0f) |
|
unsigned long | AddObserver (unsigned long event, U observer, void(T::*callback)(vtkObject *, unsigned long, void *), float priority=0.0f) |
|
unsigned long | AddObserver (unsigned long event, U observer, bool(T::*callback)(vtkObject *, unsigned long, void *), float priority=0.0f) |
|
int | InvokeEvent (unsigned long event, void *callData) |
|
int | InvokeEvent (const char *event, void *callData) |
|
const char * | GetClassName () const |
|
virtual void | Delete () |
|
virtual void | FastDelete () |
|
void | Print (ostream &os) |
|
virtual void | Register (vtkObjectBase *o) |
|
virtual void | UnRegister (vtkObjectBase *o) |
|
void | SetReferenceCount (int) |
|
virtual void | PrintHeader (ostream &os, vtkIndent indent) |
|
virtual void | PrintTrailer (ostream &os, vtkIndent indent) |
|
int | GetReferenceCount () |
|
void | PrintRevisions (ostream &) |
|
virtual void | PrintHeader (ostream &os, vtkIndent indent) |
|
virtual void | PrintTrailer (ostream &os, vtkIndent indent) |
|
int | GetReferenceCount () |
|
void | PrintRevisions (ostream &) |
|
proxy for a vtkTexture.
Combines vtkTexture and vtkNetworkImageSource. This makes it simple for applications to create textures from image files where the image file is present on only one process, say client, but is needed for rendering on the render server and the data server.
Definition at line 31 of file vtkSIImageTextureProxy.h.