Octopus
|
Class implementing a box defined by a file read using the cgal library. More...
Class implementing a box defined by a file read using the cgal library.
Definition at line 135 of file box_cgal.F90.
Private Member Functions | |
procedure | shape_contains_points => box_cgal_shape_contains_points |
procedure | write_info => box_cgal_write_info |
procedure | short_info => box_cgal_short_info |
final | box_cgal_finalize |
Private Attributes | |
type(cgal_polyhedra_t) | cgal_poly |
character(len=1024) | filename |
Additional Inherited Members | |
Public Attributes inherited from box_shape_oct_m::box_shape_t | |
real(real64), dimension(:), allocatable, public | center |
where is the box centered More... | |
type(basis_vectors_t), public | axes |
Unit vectors used to define the orientation of the shape in space. More... | |
Public Attributes inherited from box_oct_m::box_t | |
integer, public | dim |
dimensions of the space the box lives in More... | |
real(real64), dimension(:), allocatable, public | bounding_box_l |
Half lengths of the bounding box that contains the box. Note that this box always contains the origin and is symmetrical with respect to it. More... | |
|
private |
Definition at line 140 of file box_cgal.F90.
|
private |
Definition at line 141 of file box_cgal.F90.
|
private |
Definition at line 142 of file box_cgal.F90.
|
finalprivate |
Definition at line 143 of file box_cgal.F90.
|
private |
Definition at line 137 of file box_cgal.F90.
|
private |
Definition at line 138 of file box_cgal.F90.