Loading...
Searching...
No Matches
pointVertex Class Reference

#include <pointVertex.H>

Inheritance diagram for pointVertex:
Collaboration diagram for pointVertex:

Public Member Functions

 TypeName ("point")
 Runtime type information.
 pointVertex (const dictionary &dict, const label index, const searchableSurfaces &geometry, Istream &is)
 Construct from Istream setting pointsList.
virtual ~pointVertex ()=default
 Destructor.
virtual operator point () const
Public Member Functions inherited from blockVertex
 TypeName ("blockVertex")
 Runtime type information.
 declareRunTimeSelectionTable (autoPtr, blockVertex, Istream,(const dictionary &dict, const label index, const searchableSurfaces &geometry, Istream &is),(dict, index, geometry, is))
 blockVertex () noexcept=default
 Default construct.
virtual autoPtr< blockVertexclone () const
 Clone function.
virtual ~blockVertex ()=default
 Destructor.

Protected Attributes

point vertex_
 The vertex location.

Additional Inherited Members

Static Public Member Functions inherited from blockVertex
static autoPtr< blockVertexNew (const dictionary &dict, const label index, const searchableSurfaces &geometry, Istream &)
 New function which constructs and returns pointer to a blockVertex.
static label read (Istream &, const dictionary &)
 Read vertex index with optional name lookup.
static void write (Ostream &, const label, const dictionary &)
 Write vertex index with optional name backsubstitution.

Detailed Description

Source files

Definition at line 48 of file pointVertex.H.

Constructor & Destructor Documentation

◆ pointVertex()

pointVertex ( const dictionary & dict,
const label index,
const searchableSurfaces & geometry,
Istream & is )

Construct from Istream setting pointsList.

Definition at line 38 of file pointVertex.C.

References vertex_.

Referenced by projectVertex::projectVertex().

Here is the caller graph for this function:

◆ ~pointVertex()

virtual ~pointVertex ( )
virtualdefault

Destructor.

Member Function Documentation

◆ TypeName()

TypeName ( "point" )

Runtime type information.

References dict.

◆ operator point()

operator point ( ) const
virtual

Implements blockVertex.

Reimplemented in projectVertex.

Definition at line 52 of file pointVertex.C.

References vertex_.

Member Data Documentation

◆ vertex_

point vertex_
protected

The vertex location.

Definition at line 59 of file pointVertex.H.

Referenced by operator point(), and pointVertex().


The documentation for this class was generated from the following files: