touchesConstruct is a factory method that is used to build Nodes and INodes by various layout touches methods.
More...
Classes |
struct | TouchesConstructNodePtr |
struct | TouchesConstructNodeObj |
Functions |
template<class Domain > |
Node< Domain > * | touchesConstruct (const Domain &owned, int affinity, int c, int gid, int lid, const TouchesConstructNodePtr &) |
template<class Domain , class AllocatedDomain > |
Node< Domain, AllocatedDomain > * | touchesConstruct (const Domain &owned, const AllocatedDomain &allocated, int affinity, int c, int gid, int lid, const TouchesConstructNodePtr &) |
template<class Domain > |
Node< Domain > | touchesConstruct (const Domain &owned, int affinity, int c, int gid, int lid, const TouchesConstructNodeObj &) |
template<class Domain , class AllocatedDomain > |
Node< Domain, AllocatedDomain > | touchesConstruct (const Domain &owned, const AllocatedDomain &allocated, int affinity, int c, int gid, int lid, const TouchesConstructNodeObj &) |
touchesConstruct is a factory method that is used to build Nodes and INodes by various layout touches methods.