#include <GA_ElementWrangler.h>
Public Member Functions | |
| GA_ElementWranglerCache (GA_Detail &dest, GA_PointWrangler::IncludeP include_p) | |
| GA_ElementWranglerCache (GA_Detail &dest, const GA_Detail &src, GA_PointWrangler::IncludeP include_p) | |
| ~GA_ElementWranglerCache () | |
| void | clear () |
| void | reset (GA_Detail &dest) |
| void | reset (GA_Detail &dest, const GA_Detail &src) |
| bool | isValid (const GA_Detail &dest) const |
| bool | isValid (const GA_Detail &dest, const GA_Detail &src) const |
| GA_PrimitiveWrangler & | getPrimitive () |
| GA_VertexWrangler & | getVertex () |
| GA_PointWrangler & | getPoint () |
Definition at line 193 of file GA_ElementWrangler.h.
| GA_ElementWranglerCache::GA_ElementWranglerCache | ( | GA_Detail & | dest, | |
| GA_PointWrangler::IncludeP | include_p | |||
| ) | [inline] |
Definition at line 196 of file GA_ElementWrangler.h.
| GA_ElementWranglerCache::GA_ElementWranglerCache | ( | GA_Detail & | dest, | |
| const GA_Detail & | src, | |||
| GA_PointWrangler::IncludeP | include_p | |||
| ) | [inline] |
Definition at line 200 of file GA_ElementWrangler.h.
| GA_ElementWranglerCache::~GA_ElementWranglerCache | ( | ) | [inline] |
Definition at line 204 of file GA_ElementWrangler.h.
| void GA_ElementWranglerCache::clear | ( | void | ) | [inline] |
Definition at line 214 of file GA_ElementWrangler.h.
| GA_PointWrangler& GA_ElementWranglerCache::getPoint | ( | ) | [inline] |
Definition at line 271 of file GA_ElementWrangler.h.
| GA_PrimitiveWrangler& GA_ElementWranglerCache::getPrimitive | ( | ) | [inline] |
Definition at line 257 of file GA_ElementWrangler.h.
| GA_VertexWrangler& GA_ElementWranglerCache::getVertex | ( | ) | [inline] |
Definition at line 264 of file GA_ElementWrangler.h.
| bool GA_ElementWranglerCache::isValid | ( | const GA_Detail & | dest, | |
| const GA_Detail & | src | |||
| ) | const [inline] |
Definition at line 250 of file GA_ElementWrangler.h.
| bool GA_ElementWranglerCache::isValid | ( | const GA_Detail & | dest | ) | const [inline] |
Definition at line 245 of file GA_ElementWrangler.h.
Definition at line 239 of file GA_ElementWrangler.h.
| void GA_ElementWranglerCache::reset | ( | GA_Detail & | dest | ) | [inline] |
Definition at line 233 of file GA_ElementWrangler.h.
1.5.9