Package hedge :: Module vtk
[hide private]
[frames] | no frames]

Module vtk

source code

Generic support for new-style (XML) VTK visualization data files.


Copyright: Copyright (C) 2007 Andreas Kloeckner

License: This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program. If not, see U{http://www.gnu.org/licenses/}.

Classes [hide private]
  XMLElementBase
  XMLElement
  XMLRoot
  EncodedBuffer
  BinaryEncodedBuffer
  Base64EncodedBuffer
  Base64ZLibEncodedBuffer
  DataArray
  UnstructuredGrid
  XMLGenerator
  InlineXMLGenerator
  AppendedDataXMLGenerator
  ParallelXMLGenerator
Functions [hide private]
 
make_vtkfile(filetype, compressor) source code
Variables [hide private]
  VTK_INT8 = 'Int8'
  VTK_UINT8 = 'UInt8'
  VTK_INT16 = 'Int16'
  VTK_UINT16 = 'UInt16'
  VTK_INT32 = 'Int32'
  VTK_UINT32 = 'UInt32'
  VTK_INT64 = 'Int64'
  VTK_UINT64 = 'UInt64'
  VTK_FLOAT32 = 'Float32'
  VTK_FLOAT64 = 'Float64'
  VTK_VERTEX = 1
  VTK_POLY_VERTEX = 2
  VTK_LINE = 3
  VTK_POLY_LINE = 4
  VTK_TRIANGLE = 5
  VTK_TRIANGLE_STRIP = 6
  VTK_POLYGON = 7
  VTK_PIXEL = 8
  VTK_QUAD = 9
  VTK_TETRA = 10
  VTK_VOXEL = 11
  VTK_HEXAHEDRON = 12
  VTK_WEDGE = 13
  VTK_PYRAMID = 14
  CELL_NODE_COUNT = {1: 1, 3: 2, 5: 3, 8: 4, 9: 4, 10: 4, 11: 8,...
  VF_LIST_OF_COMPONENTS = 0
  VF_LIST_OF_VECTORS = 1
  _U32CHAR = 'L'
Variables Details [hide private]

CELL_NODE_COUNT

Value:
{1: 1, 3: 2, 5: 3, 8: 4, 9: 4, 10: 4, 11: 8, 12: 8, 13: 6, 14: 5}