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

Collection of properties of this grid. More...

#include <macarray3.h>

Public Member Functions

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

Public Attributes

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

Detailed Description

template<class T>
struct macarray3< T >::type3

Collection of properties of this grid.

Member Function Documentation

◆ operator==()

template<class T >
bool macarray3< T >::type3::operator== ( const type3 type) const
inline

Check equality.

Returns
true if equal false otherwise.

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