Fundamental Vector Reduction/Transformation Operator (RTOp) Interfaces
Version of the Day
|
A templated traits class for decomposing object into an array of primitive objects. More...
#include <RTOpPack_Types.hpp>
Public Types | |
typedef Scalar | primitiveType |
Static Public Member Functions | |
static int | numPrimitiveObjs () |
static int | numIndexObjs () |
static int | numCharObjs () |
static void | extractPrimitiveObjs (const Scalar &obj, const ArrayView< primitiveType > &primitiveObjs, const ArrayView< index_type > &indexObjs, const ArrayView< char > &charObjs) |
static void | loadPrimitiveObjs (const ArrayView< const primitiveType > &primitiveObjs, const ArrayView< const index_type > &indexObjs, const ArrayView< const char > &charObjs, const Ptr< Scalar > &obj) |
A templated traits class for decomposing object into an array of primitive objects.
The idea behind this traits class it that it allows an object of semi-complex structure to be externalized into arrays of primitive data types.
This default traits class works just fine for types that are already primitive.
Definition at line 534 of file RTOpPack_Types.hpp.
typedef Scalar RTOpPack::PrimitiveTypeTraits< Scalar, ConcreteObj >::primitiveType |
Definition at line 537 of file RTOpPack_Types.hpp.
|
inlinestatic |
Definition at line 539 of file RTOpPack_Types.hpp.
|
inlinestatic |
Definition at line 542 of file RTOpPack_Types.hpp.
|
inlinestatic |
Definition at line 545 of file RTOpPack_Types.hpp.
|
inlinestatic |
Definition at line 548 of file RTOpPack_Types.hpp.
|
inlinestatic |
Definition at line 558 of file RTOpPack_Types.hpp.