Main Page
Namespaces
Classes
Package Documentation
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Pages
src
DataFormats
GeometrySurface
src
Plane.cc
Go to the documentation of this file.
1
#include "
DataFormats/GeometrySurface/interface/Plane.h
"
2
#include "
DataFormats/GeometrySurface/interface/TangentPlane.h
"
3
4
5
ReferenceCountingPointer<TangentPlane>
6
Plane::tangentPlane
(
const
GlobalPoint
&)
const
7
{
8
return
ReferenceCountingPointer<TangentPlane>
(
const_cast<
Plane
*
>
(
this
));
9
}
10
11
ReferenceCountingPointer<TangentPlane>
12
Plane::tangentPlane
(
const
LocalPoint
&)
const
13
{
14
return
ReferenceCountingPointer<TangentPlane>
(
const_cast<
Plane
*
>
(
this
));
15
}
Plane.h
Plane
Definition:
Plane.h:17
ReferenceCountingPointer
Definition:
ReferenceCounted.h:73
TangentPlane.h
Plane::tangentPlane
virtual ReferenceCountingPointer< TangentPlane > tangentPlane(const GlobalPoint &) const GCC11_FINAL
tangent plane to surface from global point
Definition:
Plane.cc:6
Point3DBase< float, GlobalTag >
Generated for CMSSW Reference Manual by
1.8.5