aabb< C, N > Struct Template Reference

#include <ssi_base_aabb.hpp>

List of all members.

Public Member Functions

Public Attributes


Detailed Description

template<class C, unsigned N>
struct mmx::aabb< C, N >

Definition at line 10 of file ssi_base_aabb.hpp.


Member Function Documentation

const Interval<C>& operator[] ( int  i  )  const [inline]

Definition at line 14 of file ssi_base_aabb.hpp.

00014 { return data[i]; };

Interval<C>& operator[] ( int  i  )  [inline]

Definition at line 13 of file ssi_base_aabb.hpp.

00013 { return data[i]; };


Member Data Documentation

fxv< Interval<C>, N > data

Definition at line 12 of file ssi_base_aabb.hpp.

Referenced by aabb< double, 3 >::operator[]().


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

Generated on 6 Dec 2012 for shape by  doxygen 1.6.1