| Type | Visibility | Attributes | Name | Initial | |||
|---|---|---|---|---|---|---|---|
| class(xml_writer_abstract), | public, | allocatable | :: | xml_writer |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(vtk_file), | intent(in) | :: | self | |||
| character(len=:), | intent(out), | allocatable | :: | xml_volatile | ||
| integer(kind=I4P), | intent(out), | optional | :: | error |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(vtk_file), | intent(inout) | :: | self | |||
| character(len=*), | intent(in) | :: | format | |||
| character(len=*), | intent(in) | :: | filename | |||
| character(len=*), | intent(in) | :: | mesh_topology | |||
| logical, | intent(in), | optional | :: | is_volatile | ||
| integer(kind=I4P), | intent(in), | optional | :: | nx1 | ||
| integer(kind=I4P), | intent(in), | optional | :: | nx2 | ||
| integer(kind=I4P), | intent(in), | optional | :: | ny1 | ||
| integer(kind=I4P), | intent(in), | optional | :: | ny2 | ||
| integer(kind=I4P), | intent(in), | optional | :: | nz1 | ||
| integer(kind=I4P), | intent(in), | optional | :: | nz2 |
type :: vtk_file !< VTK file class. private class(xml_writer_abstract), allocatable, public :: xml_writer !< XML writer. contains procedure, pass(self) :: get_xml_volatile !< Return the eventual XML volatile string file. procedure, pass(self) :: initialize !< Initialize file. procedure, pass(self) :: finalize !< Finalize file. procedure, pass(self) :: free !< Free allocated memory. endtype vtk_file