Octopus
box_cgal_oct_m::box_cgal_t Interface Reference

Class implementing a box defined by a file read using the cgal library. More...

Detailed Description

Class implementing a box defined by a file read using the cgal library.

Definition at line 135 of file box_cgal.F90.

Inheritance diagram for box_cgal_oct_m::box_cgal_t:
Inheritance graph

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_tcgal_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...
 

Member Function/Subroutine Documentation

◆ shape_contains_points()

procedure box_cgal_oct_m::box_cgal_t::shape_contains_points
private

Definition at line 140 of file box_cgal.F90.

◆ write_info()

procedure box_cgal_oct_m::box_cgal_t::write_info
private

Definition at line 141 of file box_cgal.F90.

◆ short_info()

procedure box_cgal_oct_m::box_cgal_t::short_info
private

Definition at line 142 of file box_cgal.F90.

◆ box_cgal_finalize()

final box_cgal_oct_m::box_cgal_t::box_cgal_finalize
finalprivate

Definition at line 143 of file box_cgal.F90.

Member Data Documentation

◆ cgal_poly

type(cgal_polyhedra_t) box_cgal_oct_m::box_cgal_t::cgal_poly
private

Definition at line 137 of file box_cgal.F90.

◆ filename

character(len=1024) box_cgal_oct_m::box_cgal_t::filename
private

Definition at line 138 of file box_cgal.F90.


The documentation for this interface was generated from the following file: