golib  0.5
goCurve< T > Member List

This is the complete list of members for goCurve< T >, including all inherited members.

addPoint(const goMath::Vector< T > &p)goPointCloud< T >
affineTransform(const goMath::Matrix< T > &m) (defined in goPointCloud< T >)goPointCloud< T >
callObjectMethod(int methodID, goObjectMethodParameters *param=NULL)goCurve< T >virtual
callQueuedMethods()goObjectBase
connectObject(goObjectBase *object)goObjectBase
disconnectObject(const goObjectBase *object)goObjectBase
euclideanDistance(const goCurve< T > &other, bool forward=true) constgoCurve< T >
filter(const goFloat *mask, goSize_t size, goSize_t center, goList< goMath::Vector< T > > &pl, goSize_t count=1)goCurve< T >static
getCenterOfMass(goMath::Vector< T > &comRet) constgoPointCloud< T >
getCenterOfMass(const goFixedArray< goMath::Vector< T > > &, goMath::Vector< T > &comRet) (defined in goPointCloud< T >)goPointCloud< T >static
getClassID() const (defined in goObjectBase)goObjectBase
getClassName() constgoObjectBase
getConfigurationMatrix(goMath::Matrix< T > &cmRet) constgoPointCloud< T >
getConfigurationVector(goMath::Vector< T > &cvRet) constgoPointCloud< T >
getCurvNorm(goArray< goFloat > &curvNorm) const (defined in goCurve< T >)goCurve< T >
getDim() const (defined in goPointCloud< T >)goPointCloud< T >
getGrad(goList< goMath::Vector< T > > &diff) const (defined in goCurve< T >)goCurve< T >
getGradNorm(goArray< goFloat > &diffNorm) const (defined in goCurve< T >)goCurve< T >
getLength() constgoCurve< T >
getLength(const goList< goMath::Vector< T > > &pl) (defined in goCurve< T >)goCurve< T >static
getObjectName() constgoObjectBase
getPointCount() constgoPointCloud< T >
getPoints()goPointCloud< T >
getPoints() constgoPointCloud< T >
getPrincipalAxes(goMath::Matrix< T > &axes) const (defined in goPointCloud< T >)goPointCloud< T >
getPrincipalAxes(const goFixedArray< goMath::Vector< T > > &, goMath::Matrix< T > &axes) (defined in goPointCloud< T >)goPointCloud< T >static
getPrincipalAxes2D(goMath::Vectorf &a1, goMath::Vectorf &a2, const goArray< goFloat > *weights=0) constgoPointCloud< T >
getTurningFunction(goMath::Vector< T > &ret) constgoCurve< T >
goCurve(goSize_t dim=2) (defined in goCurve< T >)goCurve< T >
goCurve(const goCurve< T > &) (defined in goCurve< T >)goCurve< T >
goCurve(const goList< goMath::Vector< T > > &) (defined in goCurve< T >)goCurve< T >
goCurve(const goMath::Matrix< T > &confMatrix) (defined in goCurve< T >)goCurve< T >
goObjectBase()goObjectBase
goPointCloud(goSize_t dim=2) (defined in goPointCloud< T >)goPointCloud< T >
goPointCloud(const goPointCloud< T > &) (defined in goPointCloud< T >)goPointCloud< T >
goPointCloud(const goList< goMath::Vector< T > > &) (defined in goPointCloud< T >)goPointCloud< T >
goPointCloud(const goMath::Matrix< T > &) (defined in goPointCloud< T >)goPointCloud< T >
memoryUsage() constgoObjectBasevirtual
operator!=(const goPointCloud< T > &other) const (defined in goPointCloud< T >)goPointCloud< T >
operator=(const goCurve< T > &) (defined in goCurve< T >)goCurve< T >
operator=(const goPointCloud< T > &) (defined in goPointCloud< T >)goPointCloud< T >
operator==(const goPointCloud< T > &other) const (defined in goPointCloud< T >)goPointCloud< T >
printClassMessage(const char *msg)goObjectBaseprotected
printClassMessage(goString &msg)goObjectBaseprotected
queueObjectMethod(int methodID, goObjectMethodParameters *param=NULL, bool blocking=false)goObjectBasevirtual
readASCII(FILE *f, goList< goMath::Vector< T > > &ret)goCurve< T >static
readASCII(FILE *f)goCurve< T >
readASCII(const char *filename) (defined in goCurve< T >)goCurve< T >
readASCII(const char *filename, goSize_t dimension, goList< goMath::Vector< T > > &pointList) (defined in goPointCloud< T >)goPointCloud< T >static
readASCIISimple(const char *filename, goSize_t dimension, bool closed)goCurve< T >
readObjectFile(FILE *f)goCurve< T >virtual
receiveObjectMessage(const goObjectMessage &message)goCurve< T >protectedvirtual
removeCloseDuplicates(goList< goMath::Vector< T > > &pl, goDouble epsilon)goCurve< T >static
removeCloseDuplicates(goDouble epsilon) (defined in goCurve< T >)goCurve< T >
removeDuplicates(goList< goMath::Vector< T > > &pl)goCurve< T >static
removeDuplicates() (defined in goCurve< T >)goCurve< T >
resample(goIndex_t pointCount, goList< goMath::Vector< T > > &ret) const (defined in goCurve< T >)goCurve< T >
resample(goIndex_t pointCount, goCurve< T > &ret) const (defined in goCurve< T >)goCurve< T >
resample(goDouble start, goDouble end, goSize_t samples, goList< goMath::Vector< T > > &ret) constgoCurve< T >
resample(typename goList< goMath::Vector< T > >::ConstElement *begin, goIndex_t pointCount, goIndex_t resamplePointCount, goList< goMath::Vector< T > > &ret, bool closedCurve) (defined in goCurve< T >)goCurve< T >static
resampleLinear(typename goList< goMath::Vector< T > >::ConstElement *begin, goIndex_t pointCount, goIndex_t resamplePointCount, goList< goMath::Vector< T > > &ret, bool closedCurve)goCurve< T >static
sample(goDouble position, goMath::Vector< T > &ret) constgoCurve< T >
scale(T s)goPointCloud< T >
sendObjectMessage(int messageID, void *data=NULL)goObjectBaseprotected
sendObjectMessage(goObjectBase *object, int messageID, void *data=NULL)goObjectBaseprotected
setChanged() (defined in goPointCloud< T >)goPointCloud< T >
setClassID(int id)goObjectBaseprotected
setObjectName(const char *name)goObjectBase
setObjectName(const goString &name)goObjectBase
setPoints(const goList< goMath::Vector< T > > &)goCurve< T >virtual
setPoints(const goMath::Matrix< T > &)goCurve< T >virtual
setPoints(typename goList< goMath::Vector< T > >::ConstElement *sourceBegin, goIndex_t sourcePointCount, goIndex_t destPointCount, bool closed=false)goCurve< T >
setPoints(typename goList< goMath::Vector< T > >::ConstElement *sourceBegin, goIndex_t sourcePointCount, bool closed=false)goCurve< T >
transform(const matrixT &m) (defined in goPointCloud< T >)goPointCloud< T >inline
translate(const goMath::Vector< T > &d)goPointCloud< T >
unitScale(goFloat factor=1.0f) (defined in goPointCloud< T >)goPointCloud< T >
writeASCII(FILE *f, const goList< goMath::Vector< T > > &ret)goCurve< T >static
writeASCII(FILE *f) const (defined in goCurve< T >)goCurve< T >
writeASCII(const char *filename) const (defined in goCurve< T >)goCurve< T >
writeObjectFile(FILE *f) constgoCurve< T >virtual
~goCurve() (defined in goCurve< T >)goCurve< T >virtual
~goObjectBase()goObjectBasevirtual
~goPointCloud() (defined in goPointCloud< T >)goPointCloud< T >virtual