CiftiLib
A C++ library for CIFTI-2 and CIFTI-1 files
cifti::VolumeSpace Member List

This is the complete list of members for cifti::VolumeSpace, including all inherited members.

ANTERIOR_TO_POSTERIOR enum value (defined in cifti::VolumeSpace)cifti::VolumeSpace
enclosingVoxel(const float *coordIn, int64_t *indexOut) constcifti::VolumeSpaceinline
enclosingVoxel(const float &coordIn1, const float &coordIn2, const float &coordIn3, int64_t *indexOut) constcifti::VolumeSpaceinline
enclosingVoxel(const float *coordIn, int64_t &indexOut1, int64_t &indexOut2, int64_t &indexOut3) constcifti::VolumeSpaceinline
enclosingVoxel(const float &coordIn1, const float &coordIn2, const float &coordIn3, int64_t &indexOut1, int64_t &indexOut2, int64_t &indexOut3) constcifti::VolumeSpace
getDims() const (defined in cifti::VolumeSpace)cifti::VolumeSpaceinline
getIndex(const int64_t &indexIn1, const int64_t &indexIn2, const int64_t &indexIn3) const (defined in cifti::VolumeSpace)cifti::VolumeSpaceinline
getIndex(const T *indexIn) const (defined in cifti::VolumeSpace)cifti::VolumeSpaceinline
getOrientAndSpacingForPlumb(OrientTypes *orientOut, float *spacingOut, float *originOut) constcifti::VolumeSpace
getOrientation(OrientTypes orientOut[3]) constcifti::VolumeSpace
getSform() const (defined in cifti::VolumeSpace)cifti::VolumeSpaceinline
getSpacingVectors(Vector3D &iStep, Vector3D &jStep, Vector3D &kStep, Vector3D &origin) const (defined in cifti::VolumeSpace)cifti::VolumeSpace
indexToSpace(const T *indexIn, float *coordOut) constcifti::VolumeSpaceinline
indexToSpace(const T &indexIn1, const T &indexIn2, const T &indexIn3, float *coordOut) constcifti::VolumeSpaceinline
indexToSpace(const T *indexIn, float &coordOut1, float &coordOut2, float &coordOut3) constcifti::VolumeSpaceinline
indexToSpace(const T &indexIn1, const T &indexIn2, const T &indexIn3, float &coordOut1, float &coordOut2, float &coordOut3) constcifti::VolumeSpace
indexValid(const T *indexIn) const (defined in cifti::VolumeSpace)cifti::VolumeSpaceinline
indexValid(const int64_t &indexIn1, const int64_t &indexIn2, const int64_t &indexIn3) constcifti::VolumeSpaceinline
INFERIOR_TO_SUPERIOR enum value (defined in cifti::VolumeSpace)cifti::VolumeSpace
isPlumb() constcifti::VolumeSpace
LEFT_TO_RIGHT enum value (defined in cifti::VolumeSpace)cifti::VolumeSpace
matchesVolumeSpace(const VolumeSpace &right) const (defined in cifti::VolumeSpace)cifti::VolumeSpace
operator!=(const VolumeSpace &right) const (defined in cifti::VolumeSpace)cifti::VolumeSpaceinline
operator==(const VolumeSpace &right) const (defined in cifti::VolumeSpace)cifti::VolumeSpace
OrientTypes enum name (defined in cifti::VolumeSpace)cifti::VolumeSpace
POSTERIOR_TO_ANTERIOR enum value (defined in cifti::VolumeSpace)cifti::VolumeSpace
readCiftiXML1(XmlReader &xml) (defined in cifti::VolumeSpace)cifti::VolumeSpace
readCiftiXML2(XmlReader &xml) (defined in cifti::VolumeSpace)cifti::VolumeSpace
RIGHT_TO_LEFT enum value (defined in cifti::VolumeSpace)cifti::VolumeSpace
setSpace(const int64_t dims[3], const std::vector< std::vector< float > > &sform) (defined in cifti::VolumeSpace)cifti::VolumeSpace
setSpace(const int64_t dims[3], const float sform[12]) (defined in cifti::VolumeSpace)cifti::VolumeSpace
spaceToIndex(const float *coordIn, float *indexOut) constcifti::VolumeSpaceinline
spaceToIndex(const float &coordIn1, const float &coordIn2, const float &coordIn3, float *indexOut) constcifti::VolumeSpaceinline
spaceToIndex(const float *coordIn, float &indexOut1, float &indexOut2, float &indexOut3) constcifti::VolumeSpaceinline
spaceToIndex(const float &coordIn1, const float &coordIn2, const float &coordIn3, float &indexOut1, float &indexOut2, float &indexOut3) constcifti::VolumeSpace
SUPERIOR_TO_INFERIOR enum value (defined in cifti::VolumeSpace)cifti::VolumeSpace
VolumeSpace() (defined in cifti::VolumeSpace)cifti::VolumeSpace
VolumeSpace(const int64_t dims[3], const std::vector< std::vector< float > > &sform) (defined in cifti::VolumeSpace)cifti::VolumeSpace
VolumeSpace(const int64_t dims[3], const float sform[12]) (defined in cifti::VolumeSpace)cifti::VolumeSpace
writeCiftiXML1(XmlWriter &xml) const (defined in cifti::VolumeSpace)cifti::VolumeSpace
writeCiftiXML2(XmlWriter &xml) const (defined in cifti::VolumeSpace)cifti::VolumeSpace