Macros | |
| #define | VC_DONTCOPYDATA |
| #define | VC_DONTCLEARDATA |
| #define | VC_FILLLISTSET |
| #define VC_DONTCOPYDATA |
Speed-up flag. PointObject::ResizeObject() usually copies all old data into a new bigger memory block. This flag suppresses the copying to save memory bandwidth.
| #define VC_DONTCLEARDATA |
This flag prevents PointObject::ResizeObject() to clear the memory during its data initialization.
| #define VC_FILLLISTSET |
This flag indicates that fillList is set and can be used. This allows iterating over only the translation that has been set if there is a sparse translation.