13 #include "vtkRemotingServerManagerModule.h"
67 vtkGetStringMacro(VTKClassName);
76 vtkGetStringMacro(XMLName);
85 vtkGetStringMacro(XMLGroup);
100 virtual void AddInput(
int input_port,
vtkAlgorithmOutput* connection,
const char* method);
101 virtual void CleanInputs(
const char* method);
113 virtual void RecreateVTKObjects();
119 virtual bool ExtendDefinition(
const char* xml);
124 const char* GetLogNameOrDefault();
145 unsigned int GetNumberOfSubSIProxys();
161 virtual bool CreateVTKObjects();
166 virtual void DeleteVTKObjects();
174 virtual void OnCreateVTKObjects();
180 bool InitializeAndCreateVTKObjects(
vtkSMMessage* message);
196 vtkSetStringMacro(VTKClassName);
197 vtkSetStringMacro(XMLGroup);
198 vtkSetStringMacro(XMLName);
199 vtkSetStringMacro(XMLSubProxyName);
200 vtkSetStringMacro(PostPush);
201 vtkSetStringMacro(PostCreation);
202 vtkGetStringMacro(LogName);
204 void SetLogName(
const char* name);
222 vtkInternals* Internals;
225 std::string DefaultLogName;