Go to the documentation of this file.
50 template<
class DataType>
54 template<
class DataType>
55 Ostream&
operator<<(Ostream&,
const PointData<DataType>&);
56 template<
class DataType>
57 Istream&
operator>>(Istream&, PointData<DataType>&);
63 template<
class DataType>
100 inline const DataType&
data()
const;
106 template<
class TrackingData>
114 template<
class TrackingData>
127 template<
class TrackingData>
139 template<
class TrackingData>
148 template<
class TrackingData>
167 friend Ostream& operator<< <DataType>
172 friend Istream&
operator>> <DataType>
184 inline bool contiguous<PointData<scalar> >()
190 inline bool contiguous<PointData<vector> >()
Templated 3D tensor derived from VectorSpace adding construction from 9 components,...
const DataType & data() const
Const access the data.
PointData()
Construct null.
DataType data_
Additional transported data.
Variant of pointEdgePoint with some transported additional data. Templated on the transported data ty...
Mesh consisting of general polyhedral cells.
bool operator==(const PointData< DataType > &) const
intWM_LABEL_SIZE_t label
A label is an int32_t or int64_t as specified by the pre-processor macro WM_LABEL_SIZE.
An Istream is an abstract base class for all input systems (streams, files, token lists etc)....
bool updateEdge(const polyMesh &mesh, const label edgeI, const label pointI, const PointData< DataType > &pointInfo, const scalar tol, TrackingData &td)
Influence of point on edge.
Ostream & operator<<(Ostream &, const edgeMesh &)
bool operator!=(const PointData< DataType > &) const
void transform(const tensor &rotTensor, TrackingData &td)
Apply rotation matrix to the data.
Istream & operator>>(Istream &, edgeMesh &)
An Ostream is an abstract base class for all output systems (streams, files, token lists,...
bool updatePoint(const polyMesh &mesh, const label pointI, const label edgeI, const PointData< DataType > &edgeInfo, const scalar tol, TrackingData &td)
Influence of edge on point.
Database for solution data, solver performance and other reduced data.