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 683 of file vtkSMProperty.h.
◆ vtkSMVectorPropertyTemplateMacro
#define vtkSMVectorPropertyTemplateMacro |
( |
|
prop, |
|
|
|
call |
|
) |
| |
Value:property representing a vector of strings
property representing a vector of integers
property representing a vector of integers
#define vtkSMPropertyTemplateMacroCase(typeSMProperty, type, prop, call)
property representing a vector of doubles
Definition at line 691 of file vtkSMProperty.h.