Fundamental Vector Reduction/Transformation Operator (RTOp) Interfaces
Version of the Day
|
Specialization where the scalar type is the same as the concrete object type. 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) |
Specialization where the scalar type is the same as the concrete object type.
Definition at line 575 of file RTOpPack_Types.hpp.
typedef Scalar RTOpPack::PrimitiveTypeTraits< Scalar, Scalar >::primitiveType |
Definition at line 578 of file RTOpPack_Types.hpp.
|
inlinestatic |
Definition at line 580 of file RTOpPack_Types.hpp.
|
inlinestatic |
Definition at line 582 of file RTOpPack_Types.hpp.
|
inlinestatic |
Definition at line 584 of file RTOpPack_Types.hpp.
|
inlinestatic |
Definition at line 586 of file RTOpPack_Types.hpp.
|
inlinestatic |
Definition at line 597 of file RTOpPack_Types.hpp.