|
| | ~Cube3D () |
| |
| | Cube3D (Dim x, Dim y, Dim z) |
| |
| void | Create () |
| |
| void | FindNeighbours (const Pos &i, const Pos &j, const Pos &k) |
| |
| void | ImportOsc (const std::string &f, Pos=0) |
| |
| void | ExportOsc (const std::string &f, Pos=0) |
| |
| void | ExportAng (const std::string &f, Pos=0) |
| |
| virtual | ~MCBox3D () |
| |
| MCPoint * | Get (const int &, const int &, int) |
| |
| MCPoint * | FastGet (const Pos &i, const Pos &j, Pos k) |
| |
| MCPoint * | operator() (const Pos &i, const Pos &j, Pos k) |
| |
| void | ImportAng (const std::string &, Pos=0) |
| |
| void | FindTripleJunctions (int) |
| |
| GrainStatistics * | GetGrainStatistics () |
| |
| void | SetGrainStatistics (GrainStatistics *gs) |
| |
| virtual | ~MCBox () |
| |
| virtual void | CreateCubicAngHeader () |
| |
| virtual void | TransferEBSDData (int &_oscFileLength, int &_oscDataStartBytePosition, int &_oscDataEndBytePosition, std::string &_bufferOscFileHeader) |
| |
| void | Load (const std::string &) |
| |
| void | Save (const std::string &) |
| |
| void | ExportBinaryVtk (const std::string &) |
| |
| void | ExportVtk (const std::string &) |
| |
| void | ExportSPVtk (const std::string &) |
| |
| void | ExportEulers (const std::string &) |
| |
| void | GetPointsFromCircle (MCPoint *p, const float &radius, Neighbours &n) |
| |
| void | SetMCNeighboursRange (const Pos &range=1) |
| |
| Dim & | Get_xsize () |
| |
| Dim & | Get_ysize () |
| |
| Dim & | Get_zsize () |
| |
| Dim | GetSize () |
| |
| void | SetBoundaryColor (Color r=0, Color g=0, Color b=0) |
| |
| void | SetBoxColor (Color r=0, Color g=0, Color b=0) |
| |
| void | SetSortedBoundaryColor (Color r=0, Color g=0, Color b=0) |
| |
| void | SetTripleJunctionsColor (Color r=0, Color g=0, Color b=0) |
| |
| void | SetCenterOfGravityColor (Color r=0, Color g=0, Color b=0) |
| |
| void | SetNeighboursColor (int i, int j, int k=0, Color=255, Color=0, Color=0) |
| |
| void | InitializeRandGen () |
| |
| MCPoint * | GetRandomPoint () |
| |