[ GAMB | Source | Keywords | Summary | Ancestors | All Members | Descendants ]
public: | |
static void | Extend( const float inMaxAtomDistance, const RigidTrans3& inRigidTrans3, const Molecule< Atom> inModel, const Molecule< Atom> inScene, Match& outNewMatch); |
protected: |
Back to the top of HausdorffExtension
Back to the top of HausdorffExtension
Back to the top of HausdorffExtension
Back to the top of HausdorffExtension
Back to the top of HausdorffExtension
HausdorffExtension::Extend(threshExtend, rigidTrans(), molModel, molTarget,outMatch);
Back to the top of HausdorffExtension
Back to the top of HausdorffExtension
static void Extend( const float inMaxAtomDistance, // in param - thresh for extension const RigidTrans3& inRigidTrans3, // in param - the rigid trans between model and target const Molecule< Atom> inModel, // in param - the model molecule const Molecule< Atom> inScene, // in param the target or scene molecule Match& outNewMatch); // out param - your desired extended match between the model and target under the rigid trans and the extension thresh params
Back to the top of HausdorffExtension
public: | ||
---|---|---|
static void | Extend( const float inMaxAtomDistance, const RigidTrans3& inRigidTrans3, const Molecule< Atom> inModel, const Molecule< Atom> inScene, Match& outNewMatch); | |
protected: |
Back to the top of HausdorffExtension
Back to the top of HausdorffExtension
Back to the top of HausdorffExtension
Report problems to jkotula@unimax.com