#include <TangentPlane.h>
Private Attributes | |
ConstReferenceCountingPointer < Surface > | theParent |
Additional Inherited Members | |
Public Types inherited from Plane | |
typedef ConstReferenceCountingPointer < Plane > | ConstPlanePointer |
typedef ReferenceCountingPointer < Plane > | PlanePointer |
Public Types inherited from Surface | |
typedef GloballyPositioned< float > | Base |
typedef SurfaceOrientation::Side | Side |
Public Types inherited from GloballyPositioned< float > | |
typedef Point3DBase< float, GlobalTag > | GlobalPoint |
typedef Vector3DBase< float, GlobalTag > | GlobalVector |
typedef Point3DBase< float, LocalTag > | LocalPoint |
typedef Vector3DBase< float, LocalTag > | LocalVector |
typedef Point3DBase< float, GlobalTag > | PositionType |
typedef TkRotation< float > | RotationType |
typedef float | Scalar |
Static Public Member Functions inherited from Plane | |
static PlanePointer | build (const PositionType &pos, const RotationType &rot, MediumProperties *mp=0) |
Static Public Member Functions inherited from GloballyPositioned< float > | |
static float | iniEta () |
static float | iniPhi () |
Plane tangent to a more general surface (e.g. cylinder). To be constructed by the "parent" surface.
Definition at line 10 of file TangentPlane.h.
|
inline |
Definition at line 12 of file TangentPlane.h.
|
inline |
access to original surface
Definition at line 19 of file TangentPlane.h.
References theParent.
|
private |
Definition at line 22 of file TangentPlane.h.
Referenced by parentSurface().