#include "vtkRemotingServerManagerModule.h"
#include "vtkSMObject.h"
#include "vtkSmartPointer.h"
#include <vector>
Go to the source code of this file.
Classes | |
class | vtkSMTrace |
vtkSMTrace is used to produce Python trace in the ParaView application. More... | |
class | vtkSMTrace::TraceItemArgs |
class | vtkSMTrace::TraceItem |
Macros | |
#define | SM_SCOPED_TRACE_0(x, y) x##y |
#define | SM_SCOPED_TRACE_1(x, y) SM_SCOPED_TRACE_0(x, y) |
#define | SM_SCOPED_TRACE(_A_TRACE_TYPE) |
#define SM_SCOPED_TRACE_0 | ( | x, | |
y | |||
) | x##y |
Definition at line 248 of file vtkSMTrace.h.
#define SM_SCOPED_TRACE_1 | ( | x, | |
y | |||
) | SM_SCOPED_TRACE_0(x, y) |
Definition at line 249 of file vtkSMTrace.h.
#define SM_SCOPED_TRACE | ( | _A_TRACE_TYPE | ) |
Definition at line 250 of file vtkSMTrace.h.