Type | Visibility | Attributes | Name | Initial | |||
---|---|---|---|---|---|---|---|
type(point_type), | public, | dimension(:), allocatable | :: | Points | |||
type(point_type), | public, | dimension(:), allocatable | :: | HullPoints | |||
type(rectangle), | public | :: | MBR | ||||
real(kind=rp), | public, | dimension(NDIM,8) | :: | vertices | |||
real(kind=rp), | public, | dimension(NDIM,8) | :: | LocVertices | |||
real(kind=rp), | public, | dimension(NDIM,NDIM) | :: | R | |||
real(kind=rp), | public, | dimension(NDIM,NDIM) | :: | invR | |||
real(kind=rp), | public, | dimension(NDIM) | :: | CloudCenter | |||
real(kind=rp), | public, | dimension(NDIM) | :: | LocFrameCenter | |||
real(kind=rp), | public | :: | nMin | ||||
real(kind=rp), | public | :: | nMax | ||||
integer, | public | :: | NumOfPoints | ||||
integer, | public | :: | center | ||||
integer, | public | :: | left | ||||
integer, | public | :: | right | ||||
character(len=LINE_LENGTH), | public | :: | filename | ||||
logical, | public | :: | verbose | ||||
logical, | public | :: | AAB |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(OBB_type), | intent(inout) | :: | this | |||
type(STLfile), | intent(in) | :: | stl | |||
logical, | intent(in) | :: | isPlot | |||
logical, | intent(in) | :: | AAB |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(OBB_type), | intent(inout) | :: | this | |||
type(STLfile), | intent(in) | :: | stl |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(OBB_type), | intent(inout) | :: | this | |||
integer, | intent(in) | :: | LowestIndex |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(OBB_type), | intent(inout) | :: | this | |||
integer, | intent(in) | :: | left | |||
integer, | intent(in) | :: | right |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(OBB_type), | intent(inout) | :: | this | |||
real(kind=rp), | intent(in), | dimension(:) | :: | coords | ||
real(kind=rp), | intent(in), | optional | :: | coeff |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(OBB_type), | intent(inout) | :: | this | |||
type(Object_type), | intent(inout) | :: | objs(:) | |||
integer, | intent(in) | :: | FRAME |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(OBB_type), | intent(inout) | :: | this | |||
type(STLfile), | intent(inout) | :: | stl | |||
logical, | intent(in) | :: | surface |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(OBB_type), | intent(inout) | :: | this | |||
type(STLfile), | intent(inout) | :: | stl | |||
logical, | intent(in) | :: | surface |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(OBB_type), | intent(inout) | :: | this | |||
real(kind=rp), | intent(in), | dimension(:) | :: | v | ||
integer, | intent(in) | :: | FRAME | |||
real(kind=rp), | intent(out), | dimension(NDIM) | :: | vNew |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(OBB_type), | intent(inout) | :: | this | |||
real(kind=rp), | intent(in), | dimension(NDIM) | :: | u | ||
real(kind=rp), | intent(in), | dimension(NDIM) | :: | v | ||
real(kind=rp), | intent(in), | dimension(NDIM) | :: | w |