Type | Visibility | Attributes | Name | Initial | |||
---|---|---|---|---|---|---|---|
type(type_vtk_cell), | public, | allocatable | :: | cells(:) | |||
character(len=:), | public, | allocatable | :: | dataset | |||
character(len=:), | public, | allocatable | :: | format | |||
type(c_ptr), | private | :: | handle | = | c_null_ptr | ||
integer(kind=int32), | public | :: | num_points | ||||
integer(kind=int32), | public | :: | num_total_cells | ||||
type(type_dp_3d), | public | :: | points | ||||
character(len=4), | private | :: | reader_type | = | "none" |
final :: finalize_vtk_object |
procedure, public :: get_active_region_info | |
procedure, public :: initialize_vtk => type_vtk_vtk_initialize | |
procedure, public :: initialize_vtu => type_vtk_vtu_initialize |
Type | Visibility | Attributes | Name | Initial | |||
---|---|---|---|---|---|---|---|
integer(kind=int32), | public | :: | cell_dimension | ||||
integer(kind=int32), | public | :: | cell_entity_id | ||||
integer(kind=int32), | public | :: | cell_order | ||||
integer(kind=int32), | public | :: | cell_type | ||||
character(len=:), | public, | allocatable | :: | cell_type_name | |||
integer(kind=int32), | public, | allocatable | :: | connectivity(:) | |||
integer(kind=int32), | public | :: | num_nodes_in_cell |
procedure, public :: get_dimension => type_vtk_cell_get_dimension | |
procedure, public :: get_order => type_vtk_cell_get_order | |
procedure, public :: set => type_vtk_cell_set |
Get the dimension of the cell
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(type_vtk_cell), | intent(in) | :: | self |
VTK cell data |
Get the order of the cell
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(type_vtk_cell), | intent(in) | :: | self |
VTK cell data |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(type_vtk), | intent(inout) | :: | self |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(type_vtk), | intent(in) | :: | self |
VTK data |
||
integer(kind=int32), | intent(inout), | allocatable | :: | unique_ids(:) | ||
integer(kind=int32), | intent(out) | :: | ierr |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(type_vtk_cell), | intent(inout) | :: | self |
VTK cells data |
||
integer(kind=int32), | intent(in) | :: | num_nodes_in_cell |
セルのノード数 |
Read VTK file using C++ backend with the handle pattern
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(type_vtk), | intent(inout) | :: | self | |||
character(len=*), | intent(in) | :: | file_name | |||
character(len=*), | intent(in) | :: | cell_id_array_name | |||
character(len=*), | intent(in), | optional | :: | field_names(:) | ||
real(kind=real64), | intent(inout), | optional, | allocatable | :: | field_values(:,:) |
Read VTK file using C++ backend with the handle pattern
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(type_vtk), | intent(inout) | :: | self | |||
character(len=*), | intent(in) | :: | file_name | |||
character(len=*), | intent(in) | :: | cell_id_array_name | |||
character(len=*), | intent(in), | optional | :: | field_names(:) | ||
real(kind=real64), | intent(inout), | optional, | allocatable | :: | field_values(:,:) |