Toggle navigation
Lib_VTK_IO
Contents
Source Files
Modules
Procedures
Abstract Interfaces
Derived Types
Programs
Source Files
Modules
Procedures
Abstract Interfaces
Derived Types
Programs
write_dataarray1_rank1_R8P_interface
Abstract Interface
513 statements
Source File
vtk_fortran_vtk_file_xml_writer_abstract.f90
vtk_fortran_vtk_file_xml_writer_abstract
write_dataarray1_rank1_R8P_interface
Contents
None
abstract interface
private function write_dataarray1_rank1_R8P_interface(self, data_name, x, is_tuples) result(error)
Arguments
Type
Intent
Optional
Attributes
Name
class(
xml_writer_abstract
),
intent(inout)
::
self
character,
intent(in)
::
data_name
real(kind=R8P),
intent(in)
::
x
(1:)
logical,
intent(in),
optional
::
is_tuples
Return Value
integer(kind=I4P)