1 #ifndef SIMPT_EDITOR_TRIANGULAR_TILE_H_INCLUDED
2 #define SIMPT_EDITOR_TRIANGULAR_TILE_H_INCLUDED
87 static const double g_side_length;
88 static const double g_height;
89 static const QPolygonF g_start_polygon;
94 #endif // end-of-include-guard
TriangularTile()
Constructor.
virtual TriangularTile * Left() const
Creates a new tile to the left of this tile (should normally be the opposite of Tile::Right()) Parent...
virtual TriangularTile * Up() const
Creates a new tile on the row under this tile (should normally be the opposite of Tile::Down()) Paren...
Namespace for SimPT tissue editor package.
virtual ~TriangularTile()
Destructor.
virtual TriangularTile * Down() const
Creates a new tile on the row under this tile (should normally be the opposite of Tile::Up()) Parent ...
Abstract base class for cell pattern tiles.
virtual TriangularTile * Right() const
Creates a new tile to the right of this tile (should normally be the opposite of Tile::Left()) Parent...
see the online Qt documentation