Public Member Functions | |
TypeInfoTemplate11 ("selector", GeomType) | |
selectorGeometric (const pointStructure &pStruct, const dictionary &dict) | |
selectorGeometric (const word &type, const pointStructure &pStruct, const dictionary &dict) | |
add_vCtor (pStructSelector, selectorGeometric, dictionary) | |
add_vCtor (pStructSelector, selectorGeometric, word) | |
~selectorGeometric () override=default | |
const uint32Vector & | selectedPoints () const override |
uint32Vector & | selectedPoints () override |
![]() | |
TypeInfo ("pStructSelector") | |
pStructSelector (const pointStructure &pStruct, const dictionary &UNUSED(dict)) | |
the dictionary contains the selector keyword and another dictionary which is used for creating selector More... | |
pStructSelector (const word &type, const pointStructure &pStruct, const dictionary &UNUSED(dict)) | |
construct using selector type and a dictionary that contains info of selector More... | |
create_vCtor (pStructSelector, dictionary,(const pointStructure &pStruct, const dictionary &dict),(pStruct, dict)) | |
create_vCtor (pStructSelector, word,(const word &type, const pointStructure &pStruct, const dictionary &dict),(type, pStruct, dict)) | |
virtual | ~pStructSelector ()=default |
const pointStructure & | pStruct () const |
realx3Vector | selectedPointPositions () const |
Private Member Functions | |
bool | selectPoints () |
Private Attributes | |
word | type_ |
PeakableRegion< GeomType > | pRegion_ |
uint32Vector | selectedPoints_ {"selectedPoints"} |
Additional Inherited Members | |
![]() | |
static uniquePtr< pStructSelector > | create (const pointStructure &pStruct, const dictionary &dict) |
static uniquePtr< pStructSelector > | create (const word &type, const pointStructure &pStruct, const dictionary &dict) |
![]() | |
const pointStructure & | pStruct_ |
Definition at line 33 of file selectorGeometric.hpp.
selectorGeometric | ( | const pointStructure & | pStruct, |
const dictionary & | dict | ||
) |
Definition at line 25 of file selectorGeometric.cpp.
References fatalExit, and selectorGeometric< GeomType >::selectPoints().
selectorGeometric | ( | const word & | type, |
const pointStructure & | pStruct, | ||
const dictionary & | dict | ||
) |
Definition at line 40 of file selectorGeometric.cpp.
References fatalExit, and selectorGeometric< GeomType >::selectPoints().
|
overridedefault |
|
private |
Definition at line 5 of file selectorGeometric.cpp.
References pStruct.
Referenced by selectorGeometric< GeomType >::selectorGeometric().
TypeInfoTemplate11 | ( | "selector" | , |
GeomType | |||
) |
add_vCtor | ( | pStructSelector | , |
selectorGeometric< GeomType > | , | ||
dictionary | |||
) |
add_vCtor | ( | pStructSelector | , |
selectorGeometric< GeomType > | , | ||
word | |||
) |
|
inlineoverridevirtual |
Implements pStructSelector.
Definition at line 74 of file selectorGeometric.hpp.
References selectorGeometric< GeomType >::selectedPoints_.
|
inlineoverridevirtual |
Implements pStructSelector.
Definition at line 79 of file selectorGeometric.hpp.
References selectorGeometric< GeomType >::selectedPoints_.
|
private |
Definition at line 39 of file selectorGeometric.hpp.
|
private |
Definition at line 41 of file selectorGeometric.hpp.
|
private |
Definition at line 43 of file selectorGeometric.hpp.
Referenced by selectorGeometric< GeomType >::selectedPoints().