|
| APalette (const std::string &name="", unsigned dimx=256, unsigned dimy=1, unsigned dimz=1, unsigned dimt=1) |
|
virtual | ~APalette () |
|
std::string | name () const |
|
void | setName (const std::string &name) |
|
bool | isTransparent () const |
|
void | update () |
|
iterator | begin () |
|
const_iterator | begin () const |
|
iterator | end () |
|
const_iterator | end () const |
|
bool | empty () const |
|
| AimsData (int dimx=1, int dimy=1, int dimz=1, int dimt=1, int borderw=0) |
|
| AimsData (int dimx, int dimy, int dimz, int dimt, int borderw, const carto::AllocatorContext &al) |
|
| AimsData (const AimsData< AimsRGBA > &other) |
|
| AimsData (const AimsData< AimsRGBA > &other, int borderw) |
|
| AimsData (carto::rc_ptr< carto::Volume< AimsRGBA > > vol) |
|
virtual | ~AimsData () |
|
AimsData< AimsRGBA > & | operator= (carto::rc_ptr< carto::Volume< AimsRGBA > > vol) |
|
AimsData< AimsRGBA > & | operator= (const AimsData< AimsRGBA > &) |
|
AimsData< AimsRGBA > & | operator= (const AimsRGBA &) |
|
carto::rc_ptr< carto::Volume< AimsRGBA > > | volume () |
|
carto::rc_ptr< carto::Volume< AimsRGBA > > | volume () const |
|
| operator carto::rc_ptr< carto::Volume< AimsRGBA > > () |
|
| operator const carto::rc_ptr< carto::Volume< AimsRGBA > > () const |
|
const carto::AllocatorContext & | allocator () const |
|
int | dimX () const |
|
int | dimY () const |
|
int | dimZ () const |
|
int | dimT () const |
|
float | sizeX () const |
|
float | sizeY () const |
|
float | sizeZ () const |
|
float | sizeT () const |
|
void | setSizeX (float sizex) |
|
void | setSizeY (float sizey) |
|
void | setSizeZ (float sizez) |
|
void | setSizeT (float sizet) |
|
void | setSizeXYZT (float sizex=1.0f, float sizey=1.0f, float sizez=1.0f, float sizet=1.0f) |
|
void | setSizeXYZT (const AimsData< AimsRGBA > &other) |
|
const aims::Header * | header () const |
|
aims::Header * | header () |
|
void | setHeader (aims::Header *hdr) |
|
reference | operator[] (size_type n) |
|
const_reference | operator[] (size_type n) const |
|
reference | operator() (size_type x=0, size_type y=0, size_type z=0, size_type t=0) |
|
const_reference | operator() (size_type x=0, size_type y=0, size_type z=0, size_type t=0) const |
|
reference | operator() (const Point4d &pt) |
|
const_reference | operator() (const Point4d &pt) const |
|
reference | operator() (const Point4dl &pt) |
|
const_reference | operator() (const Point4dl &pt) const |
|
reference | operator() (const Point3d &pt) |
|
const_reference | operator() (const Point3d &pt) const |
|
reference | operator() (const Point3dl &pt) |
|
const_reference | operator() (const Point3dl &pt) const |
|
reference | operator() (const Point2d &pt) |
|
const_reference | operator() (const Point2d &pt) const |
|
reference | operator() (const Point2dl &pt) |
|
const_reference | operator() (const Point2dl &pt) const |
|
AimsRGBA | minimum () const |
|
AimsRGBA | maximum () const |
|
AimsRGBA | minIndex (int *x, int *y, int *z, int *t) const |
|
AimsRGBA | maxIndex (int *x, int *y, int *z, int *t) const |
|
void | fillBorder (const AimsRGBA &val) |
|
AimsData< AimsRGBA > | clone () const |
|
AimsData< AimsRGBA > | cross (const AimsData< AimsRGBA > &other) |
|
AimsData< AimsRGBA > & | transpose () |
|
| RCObject () |
|
| RCObject (const RCObject &) |
|
RCObject & | operator= (const RCObject &) |
|
virtual | ~RCObject () |
|
| Border (int dimx, int dimy, int dimz, int width=0) |
|
| Border (int dimx, int dimy, int dimz, int bx1, int bx2, int by1, int by2, int bz1, int bz2) |
|
| Border (int dimx, int dimy, int dimz, const std::vector< int > &borders) |
|
virtual | ~Border () |
|
int | borderWidth () const |
|
int | oFirstPoint () const |
|
int | oLastPoint () const |
|
int | oLine () const |
|
int | oPointBetweenLine () const |
|
int | oSlice () const |
|
int | oLineBetweenSlice () const |
|
int | oVolume () const |
|
int | oSliceBetweenVolume () const |
|
const std::vector< int > & | borders () const |
|
| Border (int dimx, int dimy, int dimz, int width=0) |
|
| Border (int dimx, int dimy, int dimz, int bx1, int bx2, int by1, int by2, int bz1, int bz2) |
|
| Border (int dimx, int dimy, int dimz, const std::vector< int > &borders) |
|
virtual | ~Border () |
|
int | borderWidth () const |
|
int | oFirstPoint () const |
|
int | oLastPoint () const |
|
int | oLine () const |
|
int | oPointBetweenLine () const |
|
int | oSlice () const |
|
int | oLineBetweenSlice () const |
|
int | oVolume () const |
|
int | oSliceBetweenVolume () const |
|
const std::vector< int > & | borders () const |
|
|
typedef AimsRGBA | value_type |
|
typedef AimsRGBA * | pointer |
|
typedef AimsRGBA **** | pointer4d |
|
typedef AimsRGBA * | iterator |
|
typedef const AimsRGBA * | const_iterator |
|
typedef AimsRGBA & | reference |
|
typedef const AimsRGBA & | const_reference |
|
typedef size_t | size_type |
|
typedef ptrdiff_t | difference_type |
|
typedef int | RefCounterType |
|
void | _setBorder (int dimx, int dimy, int dimz, int width) |
|
void | _setBorder (int dimx, int dimy, int dimz, int bx1, int bx2, int by1, int by2, int bz1, int bz2) |
|
void | _setBorder (int dimx, int dimy, int dimz, const std::vector< int > &borders) |
|
void | _setBorder (int dimx, int dimy, int dimz, int width) |
|
void | _setBorder (int dimx, int dimy, int dimz, int bx1, int bx2, int by1, int by2, int bz1, int bz2) |
|
void | _setBorder (int dimx, int dimy, int dimz, const std::vector< int > &borders) |
|
Definition at line 47 of file palette.h.