HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
GA_ElementWranglerCache Class Reference

#include <GA_ElementWrangler.h>

+ Inheritance diagram for GA_ElementWranglerCache:

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 (GA_Detail &dest, const GA_AttributeFilter &filter)
 
 GA_ElementWranglerCache (GA_Detail &dest, const GA_Detail &src, const GA_AttributeFilter &filter)
 
 ~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_PrimitiveWranglergetPrimitive ()
 
GA_VertexWranglergetVertex ()
 
GA_PointWranglergetPoint ()
 

Detailed Description

Definition at line 265 of file GA_ElementWrangler.h.

Constructor & Destructor Documentation

GA_ElementWranglerCache::GA_ElementWranglerCache ( GA_Detail dest,
GA_PointWrangler::IncludeP  include_p 
)
inline

Definition at line 268 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 273 of file GA_ElementWrangler.h.

GA_ElementWranglerCache::GA_ElementWranglerCache ( GA_Detail dest,
const GA_AttributeFilter filter 
)
inline

Definition at line 279 of file GA_ElementWrangler.h.

GA_ElementWranglerCache::GA_ElementWranglerCache ( GA_Detail dest,
const GA_Detail src,
const GA_AttributeFilter filter 
)
inline

Definition at line 284 of file GA_ElementWrangler.h.

GA_ElementWranglerCache::~GA_ElementWranglerCache ( )
inline

Definition at line 290 of file GA_ElementWrangler.h.

Member Function Documentation

void GA_ElementWranglerCache::clear ( )
inline

Definition at line 300 of file GA_ElementWrangler.h.

GA_PointWrangler& GA_ElementWranglerCache::getPoint ( )
inline

Definition at line 371 of file GA_ElementWrangler.h.

GA_PrimitiveWrangler& GA_ElementWranglerCache::getPrimitive ( )
inline
Examples:
tetprim/GEO_PrimTetra.C.

Definition at line 343 of file GA_ElementWrangler.h.

GA_VertexWrangler& GA_ElementWranglerCache::getVertex ( )
inline
Examples:
tetprim/GEO_PrimTetra.C.

Definition at line 357 of file GA_ElementWrangler.h.

bool GA_ElementWranglerCache::isValid ( const GA_Detail dest) const
inline

Definition at line 331 of file GA_ElementWrangler.h.

bool GA_ElementWranglerCache::isValid ( const GA_Detail dest,
const GA_Detail src 
) const
inline

Definition at line 336 of file GA_ElementWrangler.h.

void GA_ElementWranglerCache::reset ( GA_Detail dest)
inline

Definition at line 319 of file GA_ElementWrangler.h.

void GA_ElementWranglerCache::reset ( GA_Detail dest,
const GA_Detail src 
)
inline

Definition at line 325 of file GA_ElementWrangler.h.


The documentation for this class was generated from the following file: