ansys::dpf::Any Class Reference
Last update: 16.07.2025
ansys::dpf::Any Class Reference
#include <dpf_api.h>
Inheritance diagram for ansys::dpf::Any:

Static Public Member Functions | |
| static Any | emptyAny () |
Detailed Description
Any class holding a typed entity.
Member Function Documentation
◆ deep_copy() [1/2]
| Any ansys::dpf::Any::deep_copy | ( | ) | const |
Make a deep copy locally.
◆ deep_copy() [2/2]
| Any ansys::dpf::Any::deep_copy | ( | ansys::dpf::Client const *const | client | ) | const |
Make a deep copy on a given client.
- Parameters
-
[in] client Remote client
◆ get()
template<typename DataT >
| DataT ansys::dpf::Any::get | ( | ) |
- Returns
- specified template type held in the Any object.
- Exceptions
-
DpfException
◆ getAsCyclicSupport()
| CyclicSupport ansys::dpf::Any::getAsCyclicSupport | ( | ) |
- Returns
- CyclicSupport held in the Any object.
- Exceptions
-
DpfException
◆ getAsDataSources()
| DataSources ansys::dpf::Any::getAsDataSources | ( | ) |
- Returns
- DataSources held in the Any object.
- Exceptions
-
DpfException
◆ getAsDataTree()
| DataTree ansys::dpf::Any::getAsDataTree | ( | ) |
- Exceptions
-
DpfException
◆ getAsDouble()
| double ansys::dpf::Any::getAsDouble | ( | ) |
- Returns
- Double held in the Any object.
- Exceptions
-
DpfException
◆ getAsField()
| Field ansys::dpf::Any::getAsField | ( | ) |
- Exceptions
-
DpfException
◆ getAsFieldsContainer()
| FieldsContainer ansys::dpf::Any::getAsFieldsContainer | ( | ) |
- Returns
- FieldsContainer held in the Any object.
- Exceptions
-
DpfException
◆ getAsGenericDataContainer()
| GenericDataContainer ansys::dpf::Any::getAsGenericDataContainer | ( | ) |
- Returns
- GenericDataContainer held in the Any object.
- Exceptions
-
DpfException
◆ getAsInt()
| dp_int ansys::dpf::Any::getAsInt | ( | ) |
- Returns
- Int held in the Any object.
- Exceptions
-
DpfException
◆ getAsMeshedRegion()
| MeshedRegion ansys::dpf::Any::getAsMeshedRegion | ( | ) |
- Returns
- MeshedRegion held in the Any object.
- Exceptions
-
DpfException
◆ getAsMeshesContainer()
| MeshesContainer ansys::dpf::Any::getAsMeshesContainer | ( | ) |
- Returns
- MeshesContainer held in the Any object.
- Exceptions
-
DpfException
◆ getAsOperator()
| Operator ansys::dpf::Any::getAsOperator | ( | ) |
- Exceptions
-
DpfException
◆ getAsPropertyField()
| PropertyField ansys::dpf::Any::getAsPropertyField | ( | ) |
- Returns
- PropertyField held in the Any object.
- Exceptions
-
DpfException
◆ getAsResultInfo()
| ResultInfo ansys::dpf::Any::getAsResultInfo | ( | ) |
- Returns
- ResultInfo held in the Any object.
- Exceptions
-
DpfException
◆ getAsScoping()
| Scoping ansys::dpf::Any::getAsScoping | ( | ) |
- Exceptions
-
DpfException
◆ getAsScopingsContainer()
| ScopingsContainer ansys::dpf::Any::getAsScopingsContainer | ( | ) |
- Returns
- ScopingsContainer held in the Any object.
- Exceptions
-
DpfException
◆ getAsStreams()
| Streams ansys::dpf::Any::getAsStreams | ( | ) |
- Exceptions
-
DpfException
◆ getAsString()
| std::string ansys::dpf::Any::getAsString | ( | ) |
- Returns
- String held in the Any object.
- Exceptions
-
DpfException
◆ getAsStringField()
| StringField ansys::dpf::Any::getAsStringField | ( | ) |
- Returns
- StringField held in the Any object.
- Exceptions
-
DpfException
◆ getAsTimeFreqSupport()
| TimeFreqSupport ansys::dpf::Any::getAsTimeFreqSupport | ( | ) |
- Returns
- TimeFreqSupport held in the Any object.
- Exceptions
-
DpfException
◆ getAsWorkflow()
| Workflow ansys::dpf::Any::getAsWorkflow | ( | ) |
- Exceptions
-
DpfException
◆ testType()
template<typename DataT >
|
inline |
- Returns
- Indication that the object is of the type of data.
Public Member Functions inherited from