#include "vtkParaViewDeprecation.h"
#include "vtkRemotingServerManagerModule.h"
#include "vtkSMDomainIterator.h"
#include "vtkSMMessageMinimal.h"
#include "vtkSMObject.h"
#include "vtkSmartPointer.h"
#include "vtkWeakPointer.h"
Go to the source code of this file.
◆ vtkSMPropertyTemplateMacroCase
| #define vtkSMPropertyTemplateMacroCase |
( |
|
typeSMProperty, |
|
|
|
type, |
|
|
|
prop, |
|
|
|
call |
|
) |
| |
Value: if (typeSMProperty* SM_PROPERTY = typeSMProperty::SafeDownCast(prop)) \
{ \
(void)SM_PROPERTY; \
call; \
}
Definition at line 719 of file vtkSMProperty.h.
◆ vtkSMVectorPropertyTemplateMacro
| #define vtkSMVectorPropertyTemplateMacro |
( |
|
prop, |
|
|
|
call |
|
) |
| |