|
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 607 of file RTOpPack_Types.hpp.
| typedef Scalar RTOpPack::PrimitiveTypeTraits< Scalar, Scalar >::primitiveType |
Definition at line 610 of file RTOpPack_Types.hpp.
| static int RTOpPack::PrimitiveTypeTraits< Scalar, Scalar >::numPrimitiveObjs | ( | ) | [inline, static] |
Definition at line 612 of file RTOpPack_Types.hpp.
| static int RTOpPack::PrimitiveTypeTraits< Scalar, Scalar >::numIndexObjs | ( | ) | [inline, static] |
Definition at line 614 of file RTOpPack_Types.hpp.
| static int RTOpPack::PrimitiveTypeTraits< Scalar, Scalar >::numCharObjs | ( | ) | [inline, static] |
Definition at line 616 of file RTOpPack_Types.hpp.
| static void RTOpPack::PrimitiveTypeTraits< Scalar, Scalar >::extractPrimitiveObjs | ( | const Scalar & | obj, |
| const ArrayView< primitiveType > & | primitiveObjs, | ||
| const ArrayView< index_type > & | indexObjs, | ||
| const ArrayView< char > & | charObjs | ||
| ) | [inline, static] |
Definition at line 618 of file RTOpPack_Types.hpp.
| static void RTOpPack::PrimitiveTypeTraits< Scalar, Scalar >::loadPrimitiveObjs | ( | const ArrayView< const primitiveType > & | primitiveObjs, |
| const ArrayView< const index_type > & | indexObjs, | ||
| const ArrayView< const char > & | charObjs, | ||
| const Ptr< Scalar > & | obj | ||
| ) | [inline, static] |
Definition at line 629 of file RTOpPack_Types.hpp.
1.7.6.1