KurusView  1.0
MCell.h File Reference

Header file for MCell base class. More...

#include <iostream>
#include <fstream>
#include <vector>
#include <memory>
#include "MVector.h"
#include "MMaterial.h"

Go to the source code of this file.

Classes

class  MCell
 MCell - Interface (abstract) class for all the cell shapes. More...
 

Detailed Description

Header file for MCell base class.

Author
github.com/zadewg Implements the MCell interface base class. MTetrahedron, MPyramid, MHexahedron inherit from this class.