HausdorffExtension

proves faster and better then BipartiteMatcher. Uses Geometric Hashing. usage: call to static func Extend: HausdorffExtension::Extend(threshExtend, rigidTrans(), molModel, molTarget,outMatch);

[ GAMB | Source | Keywords | Summary | Ancestors | All Members | Descendants ]

Quick Index

KEYWORD
AUTHORS
CHANGES LOG
GOALS
USAGE
END

Class Summary

class HausdorffExtension

{
public:
static void Extend( const float inMaxAtomDistance, const RigidTrans3& inRigidTrans3, const Molecule< Atom> inModel, const Molecule< Atom> inScene, Match& outNewMatch);
protected:
}; // HausdorffExtension

Back to the top of HausdorffExtension


KEYWORD

Hausdorff Extension geomhash geometric hashing

Back to the top of HausdorffExtension


AUTHORS

Back to the top of HausdorffExtension


CHANGES LOG

Back to the top of HausdorffExtension


GOALS

Back to the top of HausdorffExtension


USAGE

call to static func Extend:

HausdorffExtension::Extend(threshExtend, rigidTrans(), molModel, molTarget,outMatch);

Back to the top of HausdorffExtension


END

Back to the top of HausdorffExtension


void Extend( const float inMaxAtomDistance, const RigidTrans3& inRigidTrans3, const Molecule< Atom> inModel, const Molecule< Atom> inScene, Match& outNewMatch);

	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


All Members

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


Ancestors

Class does not inherit from any other class.

Back to the top of HausdorffExtension


Descendants

Class is not inherited by any others.

Back to the top of HausdorffExtension


Generated from source by the Cocoon utilities on Sun Nov 15 13:35:25 2009 .

Report problems to jkotula@unimax.com