Skip to main content

DPF C++ client library 2023 R2

ansys::dpf::Mapping Class Reference

Last update: 10.07.2023

#include <dpf_api.h>

Inheritance diagram for ansys::dpf::Mapping:
ansys::dpf::DpfTypes

Public Member Functions

 Mapping (Mapping const &)
 
 Mapping (Mapping &&)
 
Mappingoperator= (Mapping const &)
 
Mappingoperator= (Mapping &&)=delete
 
Field map (Field &in)
 
- Public Member Functions inherited from ansys::dpf::DpfTypes
virtual bool empty () const
 
virtual std::string describe () const
 
so::API const * callAPI () const
 
bool isOnCommonAPI () const
 
bool getClient (Client &client) const
 
bool hasBeenMovedLocally () const
 
bool isSameObject (DpfTypes const &rhs) const
 

Detailed Description

Define a mapping between two spaces.

Member Function Documentation

◆ map()

Field ansys::dpf::Mapping::map ( Field in)
Returns
Field mapped to new field.
Parameters
[in]inField to map.