#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 256 of file vtkSMTrace.h.
| #define SM_SCOPED_TRACE_1 | ( | x, | |
| y | |||
| ) | SM_SCOPED_TRACE_0(x, y) |
Definition at line 257 of file vtkSMTrace.h.
| #define SM_SCOPED_TRACE | ( | _A_TRACE_TYPE | ) |
Definition at line 258 of file vtkSMTrace.h.
1.8.13 on Sat Dec 6 2025