| as() const | icl::core::DataSegmentBase | |
| data | icl::core::DataSegmentBase | protected |
| dataDepth | icl::core::DataSegmentBase | protected |
| DataSegment(T *data=0, size_t stride=0, size_t numElements=0, icl32s organizedWidth=-1) | icl::core::DataSegment< T, N > | inline |
| DataSegmentBase(void *data=0, size_t stride=0, size_t numElements=0, icl32s organizedWidth=-1, core::depth dataDepth=core::depth8u, size_t elemDim=0) | icl::core::DataSegmentBase | inline |
| deepCopy(DataSegment< OtherT, N > dst) const | icl::core::DataSegment< T, N > | inline |
| elemDim | icl::core::DataSegmentBase | protected |
| equals(DataSegment< OtherT, N > dst, float tollerance=1.0e-5) const | icl::core::DataSegment< T, N > | inline |
| fill(Fill vecValue) | icl::core::DataSegment< T, N > | inline |
| fillScalar(Fill scalarValue) | icl::core::DataSegment< T, N > | inline |
| fromVector(std::vector< T > &v) | icl::core::DataSegment< T, N > | inlinestatic |
| fromVector(const std::vector< T > &v) | icl::core::DataSegment< T, N > | inlinestatic |
| getDataPointer() | icl::core::DataSegmentBase | inline |
| getDataPointer() const | icl::core::DataSegmentBase | inline |
| getDepth() const | icl::core::DataSegmentBase | inline |
| getDim() const | icl::core::DataSegmentBase | inline |
| getElemDim() const | icl::core::DataSegmentBase | inline |
| getSize() const | icl::core::DataSegmentBase | inline |
| getSizeOf(core::depth d) | icl::core::DataSegmentBase | inlineprotectedstatic |
| getStride() const | icl::core::DataSegmentBase | inline |
| isOrganized() const | icl::core::DataSegmentBase | inline |
| isPacked() const | icl::core::DataSegment< T, N > | inline |
| numElements | icl::core::DataSegmentBase | protected |
| operator()(int x, int y) | icl::core::DataSegment< T, N > | inline |
| operator()(int x, int y) const | icl::core::DataSegment< T, N > | inline |
| operator[](int idx) | icl::core::DataSegment< T, N > | inline |
| operator[](int idx) const | icl::core::DataSegment< T, N > | inline |
| organizedWidth | icl::core::DataSegmentBase | protected |
| stride | icl::core::DataSegmentBase | protected |
| VectorType typedef | icl::core::DataSegment< T, N > | |