MeshKit  1.0
AF2DfltPlaneProjMaker Class Reference

#include <AF2DfltPlaneProjMaker.hpp>

Inheritance diagram for AF2DfltPlaneProjMaker:

List of all members.

Public Member Functions

 AF2DfltPlaneProjMaker (iGeom *iGeomPtrArg, iGeom::EntityHandle surf, MeshKit::SizingFunction *sizingArg=NULL)
 Constructor.
AF2LocalTransformmakeLocalTransform (const std::list< AF2Point3D * > &ngbhdPoints, const AF2Edge3D *const &baselineEdge, const std::list< const AF2Edge3D * > &otherNgbhdEdges) const
 Make an AF2PlaneProjection.

Private Attributes

iGeomiGeomPtr
iGeom::EntityHandle surface
MeshKit::SizingFunctionsizing

Detailed Description

Definition at line 40 of file AF2DfltPlaneProjMaker.hpp.


Constructor & Destructor Documentation

AF2DfltPlaneProjMaker ( iGeom iGeomPtrArg,
iGeom::EntityHandle  surf,
MeshKit::SizingFunction sizingArg = NULL 
)

Constructor.

This object does not own any of the objects passed into it. The memory for these objects must be managed outside of this object.

Parameters:
iGeomPtrArgan iGeom instance
surfa handle to a surface geometry representation within the iGeom instance
sizingArga sizing function that, if provided, will define the preferred size

Definition at line 10 of file AF2DfltPlaneProjMaker.cpp.


Member Function Documentation

AF2LocalTransform * makeLocalTransform ( const std::list< AF2Point3D * > &  ngbhdPoints,
const AF2Edge3D *const &  baselineEdge,
const std::list< const AF2Edge3D * > &  otherNgbhdEdges 
) const [virtual]

Make an AF2PlaneProjection.

Implements the method from the superclass AF2LocalTransformMaker to make an AF2PlaneProjection. See additional documentation in the superclass.

Implements AF2LocalTransformMaker.

Definition at line 17 of file AF2DfltPlaneProjMaker.cpp.


Member Data Documentation

iGeom* iGeomPtr [private]

Definition at line 44 of file AF2DfltPlaneProjMaker.hpp.

Definition at line 46 of file AF2DfltPlaneProjMaker.hpp.

Definition at line 45 of file AF2DfltPlaneProjMaker.hpp.


The documentation for this class was generated from the following files:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines