Castor3D 0.12.0
Multiplatform 3D engine
Public Member Functions | Public Attributes | List of all members
castor3d::CubeView Struct Reference

#include <TextureLayout.hpp>

Collaboration diagram for castor3d::CubeView:
Collaboration graph
[legend]

Public Member Functions

template<typename FuncT >
void forEachView (FuncT function) const
 
template<typename FuncT >
void forEachFirstMipView (FuncT function) const
 
template<typename FuncT >
void forEachLeafView (FuncT function) const
 

Public Attributes

MipView view
 
std::vector< MipViewfaces
 

Member Function Documentation

◆ forEachFirstMipView()

template<typename FuncT >
void castor3d::CubeView::forEachFirstMipView ( FuncT  function) const
inline

References castor3d::MipView::forEachFirstMipView(), and view.

Here is the call graph for this function:

◆ forEachLeafView()

template<typename FuncT >
void castor3d::CubeView::forEachLeafView ( FuncT  function) const
inline

References faces.

◆ forEachView()

template<typename FuncT >
void castor3d::CubeView::forEachView ( FuncT  function) const
inline

References faces, castor3d::MipView::forEachView(), and view.

Here is the call graph for this function:

Member Data Documentation

◆ faces

std::vector< MipView > castor3d::CubeView::faces

◆ view

MipView castor3d::CubeView::view

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