Shiokaze Framework
A research-oriented fluid solver for computer graphics
macarray2< T >::type2 Struct Reference

Collection of properties of this grid. More...

#include <macarray2.h>

Public Member Functions

bool operator== (const type2 &type) const
 Check equality. More...
 

Public Attributes

std::string core_name
 Core name of the module.
 
shape2 shape
 Shape of the grid.
 
array2< T >::type2 type0
 Type for x dimensional grid.
 
array2< T >::type2 type1
 Type for y dimensional grid.
 

Detailed Description

template<class T>
struct macarray2< T >::type2

Collection of properties of this grid.

Member Function Documentation

◆ operator==()

template<class T >
bool macarray2< T >::type2::operator== ( const type2 type) const
inline

Check equality.

Returns
true if equal false otherwise.

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