VTK
|
Go to the source code of this file.
Macros | |
#define | vtkInternalQuoteMacro(x) #x |
#define | vtkQuoteMacro(x) vtkInternalQuoteMacro(x) |
#define | vtkImageScalarTypeNameMacro(type) |
#define | vtkSetMacro(name, type) |
#define | vtkGetMacro(name, type) |
#define | vtkSetStringMacro(name) |
#define | vtkGetStringMacro(name) |
#define | vtkSetClampMacro(name, type, min, max) |
#define | vtkSetObjectBodyMacro(name, type, args) |
#define | vtkSetObjectMacro(name, type) |
#define | vtkSetObjectImplementationMacro(class, name, type) vtkCxxSetObjectMacro(class,name,type) |
#define | vtkCxxSetObjectMacro(class, name, type) |
#define | vtkGetNewMacro(name, type) |
#define | vtkGetObjectMacro(name, type) |
#define | vtkBooleanMacro(name, type) |
#define | vtkSetVector2Macro(name, type) |
#define | vtkGetVector2Macro(name, type) |
#define | vtkSetVector3Macro(name, type) |
#define | vtkGetVector3Macro(name, type) |
#define | vtkSetVector4Macro(name, type) |
#define | vtkGetVector4Macro(name, type) |
#define | vtkSetVector6Macro(name, type) |
#define | vtkGetVector6Macro(name, type) |
#define | vtkSetVectorMacro(name, type, count) |
#define | vtkGetVectorMacro(name, type, count) |
#define | vtkGenericWarningMacro(x) |
#define | vtkDebugMacro(x) vtkDebugWithObjectMacro(this,x) |
#define | vtkWarningMacro(x) vtkWarningWithObjectMacro(this,x) |
#define | vtkErrorMacro(x) vtkErrorWithObjectMacro(this,x) |
#define | vtkErrorWithObjectMacro(self, x) |
#define | vtkWarningWithObjectMacro(self, x) |
#define | vtkDebugWithObjectMacro(self, x) |
#define | vtkNotUsed(x) |
#define | vtkMaybeUnused(reason) |
#define | vtkWorldCoordinateMacro(name) |
#define | vtkViewportCoordinateMacro(name) |
#define | vtkAbstractTypeMacroWithNewInstanceType(thisClass, superclass, instanceType) |
#define | vtkAbstractTypeMacro(thisClass, superclass) vtkAbstractTypeMacroWithNewInstanceType(thisClass, superclass, thisClass) |
#define | vtkTypeMacro(thisClass, superclass) |
#define | vtkInstantiatorNewMacro(thisClass) |
#define | vtkTemplateMacroCase(typeN, type, call) case typeN: { typedef type VTK_TT; call; }; break |
#define | vtkTemplateMacro(call) |
#define | vtkExtendedTemplateMacro(call) |
#define | vtkArrayIteratorTemplateMacroCase(typeN, type, call) vtkTemplateMacroCase(typeN, vtkArrayIteratorTemplate<type>, call) |
#define | vtkArrayIteratorTemplateMacro(call) |
#define | vtkTemplateMacroCase_ll(typeN, type, call) |
#define | vtkArrayIteratorTemplateMacroCase_ll(typeN, type, call) |
#define | vtkTemplateMacroCase_si64(typeN, type, call) |
#define | vtkArrayIteratorTemplateMacroCase_si64(typeN, type, call) |
#define | vtkTemplateMacroCase_ui64(typeN, type, call) |
#define | vtkArrayIteratorTemplateMacroCase_ui64(typeN, type, call) |
#define | VTK_LEGACY(method) method |
#define | VTK_LEGACY_BODY(method, version) vtkGenericWarningMacro(#method " was deprecated for " version " and will be removed in a future version.") |
#define | VTK_LEGACY_REPLACED_BODY(method, version, replace) vtkGenericWarningMacro(#method " was deprecated for " version " and will be removed in a future version. Use " #replace " instead.") |
#define | VTK_WRAP_EXTERN |
#define | VTK_FALLTHROUGH ((void)0) |
Functions | |
VTKCOMMONCORE_EXPORT void | vtkOutputWindowDisplayText (const char *) |
VTKCOMMONCORE_EXPORT void | vtkOutputWindowDisplayErrorText (const char *) |
VTKCOMMONCORE_EXPORT void | vtkOutputWindowDisplayWarningText (const char *) |
VTKCOMMONCORE_EXPORT void | vtkOutputWindowDisplayGenericWarningText (const char *) |
VTKCOMMONCORE_EXPORT void | vtkOutputWindowDisplayDebugText (const char *) |
#define vtkInternalQuoteMacro | ( | x | ) | #x |
Definition at line 47 of file vtkSetGet.h.
#define vtkQuoteMacro | ( | x | ) | vtkInternalQuoteMacro(x) |
Definition at line 48 of file vtkSetGet.h.
#define vtkImageScalarTypeNameMacro | ( | type | ) |
Definition at line 51 of file vtkSetGet.h.
#define vtkSetMacro | ( | name, | |
type | |||
) |
Definition at line 79 of file vtkSetGet.h.
#define vtkGetMacro | ( | name, | |
type | |||
) |
Definition at line 93 of file vtkSetGet.h.
#define vtkSetStringMacro | ( | name | ) |
Definition at line 104 of file vtkSetGet.h.
#define vtkGetStringMacro | ( | name | ) |
#define vtkSetClampMacro | ( | name, | |
type, | |||
min, | |||
max | |||
) |
Definition at line 143 of file vtkSetGet.h.
#define vtkSetObjectBodyMacro | ( | name, | |
type, | |||
args | |||
) |
Definition at line 169 of file vtkSetGet.h.
#define vtkSetObjectMacro | ( | name, | |
type | |||
) |
Definition at line 191 of file vtkSetGet.h.
#define vtkSetObjectImplementationMacro | ( | class, | |
name, | |||
type | |||
) | vtkCxxSetObjectMacro(class,name,type) |
Definition at line 206 of file vtkSetGet.h.
#define vtkCxxSetObjectMacro | ( | class, | |
name, | |||
type | |||
) |
Definition at line 209 of file vtkSetGet.h.
#define vtkGetNewMacro | ( | name, | |
type | |||
) |
Definition at line 219 of file vtkSetGet.h.
#define vtkGetObjectMacro | ( | name, | |
type | |||
) |
Definition at line 232 of file vtkSetGet.h.
#define vtkBooleanMacro | ( | name, | |
type | |||
) |
Definition at line 244 of file vtkSetGet.h.
#define vtkSetVector2Macro | ( | name, | |
type | |||
) |
Definition at line 254 of file vtkSetGet.h.
#define vtkGetVector2Macro | ( | name, | |
type | |||
) |
Definition at line 270 of file vtkSetGet.h.
#define vtkSetVector3Macro | ( | name, | |
type | |||
) |
Definition at line 287 of file vtkSetGet.h.
#define vtkGetVector3Macro | ( | name, | |
type | |||
) |
Definition at line 304 of file vtkSetGet.h.
#define vtkSetVector4Macro | ( | name, | |
type | |||
) |
Definition at line 322 of file vtkSetGet.h.
#define vtkGetVector4Macro | ( | name, | |
type | |||
) |
Definition at line 341 of file vtkSetGet.h.
#define vtkSetVector6Macro | ( | name, | |
type | |||
) |
Definition at line 360 of file vtkSetGet.h.
#define vtkGetVector6Macro | ( | name, | |
type | |||
) |
Definition at line 380 of file vtkSetGet.h.
#define vtkSetVectorMacro | ( | name, | |
type, | |||
count | |||
) |
Definition at line 406 of file vtkSetGet.h.
#define vtkGetVectorMacro | ( | name, | |
type, | |||
count | |||
) |
Definition at line 424 of file vtkSetGet.h.
#define vtkGenericWarningMacro | ( | x | ) |
Definition at line 450 of file vtkSetGet.h.
#define vtkDebugMacro | ( | x | ) | vtkDebugWithObjectMacro(this,x) |
Definition at line 464 of file vtkSetGet.h.
#define vtkWarningMacro | ( | x | ) | vtkWarningWithObjectMacro(this,x) |
Definition at line 471 of file vtkSetGet.h.
#define vtkErrorMacro | ( | x | ) | vtkErrorWithObjectMacro(this,x) |
Definition at line 478 of file vtkSetGet.h.
#define vtkErrorWithObjectMacro | ( | self, | |
x | |||
) |
Definition at line 485 of file vtkSetGet.h.
#define vtkWarningWithObjectMacro | ( | self, | |
x | |||
) |
Definition at line 511 of file vtkSetGet.h.
#define vtkDebugWithObjectMacro | ( | self, | |
x | |||
) |
Definition at line 536 of file vtkSetGet.h.
#define vtkNotUsed | ( | x | ) |
Definition at line 557 of file vtkSetGet.h.
#define vtkMaybeUnused | ( | reason | ) |
Definition at line 569 of file vtkSetGet.h.
#define vtkWorldCoordinateMacro | ( | name | ) |
Definition at line 572 of file vtkSetGet.h.
#define vtkViewportCoordinateMacro | ( | name | ) |
Definition at line 588 of file vtkSetGet.h.
#define vtkAbstractTypeMacroWithNewInstanceType | ( | thisClass, | |
superclass, | |||
instanceType | |||
) |
Definition at line 606 of file vtkSetGet.h.
#define vtkAbstractTypeMacro | ( | thisClass, | |
superclass | |||
) | vtkAbstractTypeMacroWithNewInstanceType(thisClass, superclass, thisClass) |
Definition at line 637 of file vtkSetGet.h.
#define vtkTypeMacro | ( | thisClass, | |
superclass | |||
) |
Definition at line 642 of file vtkSetGet.h.
#define vtkInstantiatorNewMacro | ( | thisClass | ) |
Definition at line 654 of file vtkSetGet.h.
#define vtkTemplateMacroCase | ( | typeN, | |
type, | |||
call | |||
) | case typeN: { typedef type VTK_TT; call; }; break |
Definition at line 671 of file vtkSetGet.h.
#define vtkTemplateMacro | ( | call | ) |
Definition at line 673 of file vtkSetGet.h.
#define vtkExtendedTemplateMacro | ( | call | ) |
Definition at line 692 of file vtkSetGet.h.
#define vtkArrayIteratorTemplateMacroCase | ( | typeN, | |
type, | |||
call | |||
) | vtkTemplateMacroCase(typeN, vtkArrayIteratorTemplate<type>, call) |
Definition at line 716 of file vtkSetGet.h.
#define vtkArrayIteratorTemplateMacro | ( | call | ) |
Definition at line 718 of file vtkSetGet.h.
#define vtkTemplateMacroCase_ll | ( | typeN, | |
type, | |||
call | |||
) |
Definition at line 745 of file vtkSetGet.h.
#define vtkArrayIteratorTemplateMacroCase_ll | ( | typeN, | |
type, | |||
call | |||
) |
Definition at line 746 of file vtkSetGet.h.
#define vtkTemplateMacroCase_si64 | ( | typeN, | |
type, | |||
call | |||
) |
Definition at line 756 of file vtkSetGet.h.
#define vtkArrayIteratorTemplateMacroCase_si64 | ( | typeN, | |
type, | |||
call | |||
) |
Definition at line 757 of file vtkSetGet.h.
#define vtkTemplateMacroCase_ui64 | ( | typeN, | |
type, | |||
call | |||
) |
Definition at line 768 of file vtkSetGet.h.
#define vtkArrayIteratorTemplateMacroCase_ui64 | ( | typeN, | |
type, | |||
call | |||
) |
Definition at line 769 of file vtkSetGet.h.
#define VTK_LEGACY | ( | method | ) | method |
Definition at line 801 of file vtkSetGet.h.
#define VTK_LEGACY_BODY | ( | method, | |
version | |||
) | vtkGenericWarningMacro(#method " was deprecated for " version " and will be removed in a future version.") |
Definition at line 826 of file vtkSetGet.h.
#define VTK_LEGACY_REPLACED_BODY | ( | method, | |
version, | |||
replace | |||
) | vtkGenericWarningMacro(#method " was deprecated for " version " and will be removed in a future version. Use " #replace " instead.") |
Definition at line 828 of file vtkSetGet.h.
#define VTK_WRAP_EXTERN |
Definition at line 834 of file vtkSetGet.h.
#define VTK_FALLTHROUGH ((void)0) |
Definition at line 848 of file vtkSetGet.h.
VTKCOMMONCORE_EXPORT void vtkOutputWindowDisplayText | ( | const char * | ) |
VTKCOMMONCORE_EXPORT void vtkOutputWindowDisplayErrorText | ( | const char * | ) |
VTKCOMMONCORE_EXPORT void vtkOutputWindowDisplayWarningText | ( | const char * | ) |
VTKCOMMONCORE_EXPORT void vtkOutputWindowDisplayGenericWarningText | ( | const char * | ) |
VTKCOMMONCORE_EXPORT void vtkOutputWindowDisplayDebugText | ( | const char * | ) |