preCICE v3.1.1
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | List of all members
precice::query::ProjectionMatch Struct Reference

Struct representing a projection match. More...

#include <Index.hpp>

Collaboration diagram for precice::query::ProjectionMatch:
[legend]

Public Member Functions

 ProjectionMatch (const mapping::Polation &p)
 
 ProjectionMatch (mapping::Polation &&p)
 
 ProjectionMatch (const ProjectionMatch &other)=default
 
 ProjectionMatch (ProjectionMatch &&other)=default
 
ProjectionMatchoperator= (const ProjectionMatch &other)=default
 
ProjectionMatchoperator= (ProjectionMatch &&other)=default
 
bool operator< (ProjectionMatch const &other) const
 

Public Attributes

mapping::Polation polation
 

Detailed Description

Struct representing a projection match.

Definition at line 45 of file Index.hpp.

Constructor & Destructor Documentation

◆ ProjectionMatch() [1/4]

precice::query::ProjectionMatch::ProjectionMatch ( const mapping::Polation & p)
inline

Definition at line 46 of file Index.hpp.

◆ ProjectionMatch() [2/4]

precice::query::ProjectionMatch::ProjectionMatch ( mapping::Polation && p)
inline

Definition at line 48 of file Index.hpp.

◆ ProjectionMatch() [3/4]

precice::query::ProjectionMatch::ProjectionMatch ( const ProjectionMatch & other)
default

◆ ProjectionMatch() [4/4]

precice::query::ProjectionMatch::ProjectionMatch ( ProjectionMatch && other)
default

Member Function Documentation

◆ operator<()

bool precice::query::ProjectionMatch::operator< ( ProjectionMatch const & other) const
inline

Definition at line 58 of file Index.hpp.

Here is the call graph for this function:

◆ operator=() [1/2]

ProjectionMatch & precice::query::ProjectionMatch::operator= ( const ProjectionMatch & other)
default

◆ operator=() [2/2]

ProjectionMatch & precice::query::ProjectionMatch::operator= ( ProjectionMatch && other)
default

Member Data Documentation

◆ polation

mapping::Polation precice::query::ProjectionMatch::polation

Definition at line 56 of file Index.hpp.


The documentation for this struct was generated from the following file: