Visual Servoing Platform
version 3.0.1
|
This is the complete list of members for vpHomogeneousMatrix, including all inherited members.
buildFrom(const vpTranslationVector &t, const vpRotationMatrix &R) | vpHomogeneousMatrix | |
buildFrom(const vpTranslationVector &t, const vpThetaUVector &tu) | vpHomogeneousMatrix | |
buildFrom(const vpTranslationVector &t, const vpQuaternionVector &q) | vpHomogeneousMatrix | |
buildFrom(const vpPoseVector &p) | vpHomogeneousMatrix | |
buildFrom(const std::vector< float > &v) | vpHomogeneousMatrix | |
buildFrom(const std::vector< double > &v) | vpHomogeneousMatrix | |
buildFrom(const double tx, const double ty, const double tz, const double tux, const double tuy, const double tuz) | vpHomogeneousMatrix | |
colNum | vpArray2D< double > | protected |
convert(std::vector< float > &M) | vpHomogeneousMatrix | |
convert(std::vector< double > &M) | vpHomogeneousMatrix | |
data | vpArray2D< double > | |
dsize | vpArray2D< double > | protected |
extract(vpRotationMatrix &R) const | vpHomogeneousMatrix | |
extract(vpThetaUVector &tu) const | vpHomogeneousMatrix | |
extract(vpTranslationVector &t) const | vpHomogeneousMatrix | |
extract(vpQuaternionVector &q) const | vpHomogeneousMatrix | |
eye() | vpHomogeneousMatrix | |
getCol(const unsigned int j) const | vpHomogeneousMatrix | |
getCols() const | vpArray2D< double > | inline |
getMaxValue() const | vpArray2D< double > | |
getMinValue() const | vpArray2D< double > | |
getRotationMatrix() const | vpHomogeneousMatrix | |
getRows() const | vpArray2D< double > | inline |
getThetaUVector() const | vpHomogeneousMatrix | |
getTranslationVector() const | vpHomogeneousMatrix | |
init() | vpHomogeneousMatrix | inline |
insert(const vpRotationMatrix &R) | vpHomogeneousMatrix | |
insert(const vpThetaUVector &tu) | vpHomogeneousMatrix | |
insert(const vpTranslationVector &t) | vpHomogeneousMatrix | |
insert(const vpQuaternionVector &t) | vpHomogeneousMatrix | |
inverse() const | vpHomogeneousMatrix | |
inverse(vpHomogeneousMatrix &Mi) const | vpHomogeneousMatrix | |
isAnHomogeneousMatrix() const | vpHomogeneousMatrix | |
load(std::ifstream &f) | vpHomogeneousMatrix | |
vpArray2D< double >::load(const std::string &filename, vpArray2D< double > &A, const bool binary=false, char *header=NULL) | vpArray2D< double > | inlinestatic |
loadYAML(const std::string &filename, vpArray2D< double > &A, char *header=NULL) | vpArray2D< double > | inlinestatic |
operator*(const vpHomogeneousMatrix &M) const | vpHomogeneousMatrix | |
operator*(const vpColVector &v) const | vpHomogeneousMatrix | |
operator*(const vpTranslationVector &t) const | vpHomogeneousMatrix | |
operator*(const vpPoint &bP) const | vpHomogeneousMatrix | |
operator*=(const vpHomogeneousMatrix &M) | vpHomogeneousMatrix | |
operator=(const vpHomogeneousMatrix &M) | vpHomogeneousMatrix | |
vpArray2D< double >::operator=(doublex) | vpArray2D< double > | inline |
vpArray2D< double >::operator=(const vpArray2D< double > &A) | vpArray2D< double > | inline |
operator[](unsigned int i) | vpArray2D< double > | inline |
operator[](unsigned int i) const | vpArray2D< double > | inline |
print() const | vpHomogeneousMatrix | |
resize(const unsigned int nrows, const unsigned int ncols, const bool flagNullify=true) | vpHomogeneousMatrix | inline |
rowNum | vpArray2D< double > | protected |
rowPtrs | vpArray2D< double > | protected |
save(std::ofstream &f) const | vpHomogeneousMatrix | |
vpArray2D< double >::save(const std::string &filename, const vpArray2D< double > &A, const bool binary=false, const char *header="") | vpArray2D< double > | inlinestatic |
saveYAML(const std::string &filename, const vpArray2D< double > &A, const char *header="") | vpArray2D< double > | inlinestatic |
setIdentity() | vpHomogeneousMatrix | |
size() const | vpArray2D< double > | inline |
vpArray2D() | vpArray2D< double > | inline |
vpArray2D(const vpArray2D< double > &A) | vpArray2D< double > | inline |
vpArray2D(unsigned int r, unsigned int c) | vpArray2D< double > | inline |
vpArray2D(unsigned int r, unsigned int c, doubleval) | vpArray2D< double > | inline |
vpGEMMmethod enum name | vpArray2D< double > | related |
vpHomogeneousMatrix() | vpHomogeneousMatrix | |
vpHomogeneousMatrix(const vpHomogeneousMatrix &M) | vpHomogeneousMatrix | |
vpHomogeneousMatrix(const vpTranslationVector &t, const vpRotationMatrix &R) | vpHomogeneousMatrix | |
vpHomogeneousMatrix(const vpTranslationVector &t, const vpThetaUVector &tu) | vpHomogeneousMatrix | |
vpHomogeneousMatrix(const vpTranslationVector &t, const vpQuaternionVector &q) | vpHomogeneousMatrix | |
vpHomogeneousMatrix(const vpPoseVector &p) | vpHomogeneousMatrix | |
vpHomogeneousMatrix(const std::vector< float > &v) | vpHomogeneousMatrix | |
vpHomogeneousMatrix(const std::vector< double > &v) | vpHomogeneousMatrix | |
vpHomogeneousMatrix(const double tx, const double ty, const double tz, const double tux, const double tuy, const double tuz) | vpHomogeneousMatrix | |
~vpArray2D() | vpArray2D< double > | inlinevirtual |
~vpHomogeneousMatrix() | vpHomogeneousMatrix | inlinevirtual |