|
| | ~Hex2D () |
| |
| | Hex2D () |
| |
| | Hex2D (Dim x, Dim y) |
| |
| | Hex2D (MCBox *s) |
| |
| virtual | ~MCBox2D () |
| |
| MCPoint * | Get (const int &, const int &, int=0) |
| |
| MCPoint * | FastGet (const Pos &i, const Pos &j, Pos=0) |
| |
| MCPoint * | operator() (const Pos &i, const Pos &j, Pos=0) |
| |
| void | ExportOsc (const std::string &, Pos=0) |
| |
| void | ImportAng (const std::string &, Pos=0) |
| |
| void | ExportAng (const std::string &, Pos=0) |
| |
| void | ImportOsc (const std::string &, Pos=0) |
| |
| void | FindTripleJunctions (int) |
| |
| void | CreateCubicAngHeader () |
| |
| void | TransferEBSDData (int &oscFileLength, int &oscDataStartBytePosition, int &oscDataEndBytePosition, std::string &bufferOscFileHeader) |
| |
| GrainStatistics * | GetGrainStatistics () |
| |
| void | SetGrainStatistics (GrainStatistics *gs) |
| |
| virtual | ~MCBox () |
| |
| 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 () |
| |