pointVertex Class Reference
Inheritance diagram for pointVertex:
[legend]
Collaboration diagram for pointVertex:
[legend]

Public Member Functions

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

Protected Attributes

point vertex_
 The vertex location. More...
 

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. More...
 
static label read (Istream &, const dictionary &)
 Read vertex index with optional name lookup. More...
 
static void write (Ostream &, const label, const dictionary &)
 Write vertex index with optional name backsubstitution. More...
 

Detailed Description

Source files

Definition at line 52 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 45 of file pointVertex.C.

◆ ~pointVertex()

virtual ~pointVertex ( )
virtualdefault

Destructor.

Member Function Documentation

◆ TypeName()

TypeName ( "point"  )

Runtime type information.

◆ operator point()

operator point ( ) const
virtual

Implements blockVertex.

Reimplemented in projectVertex.

Definition at line 59 of file pointVertex.C.

Member Data Documentation

◆ vertex_

point vertex_
protected

The vertex location.

Definition at line 61 of file pointVertex.H.


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