Peano
Loading...
Searching...
No Matches
peano4.visualisation.input.Patch.Patch Class Reference

Patch class that contains offset, size and value of a Peano patch. More...

Inheritance diagram for peano4.visualisation.input.Patch.Patch:
Collaboration diagram for peano4.visualisation.input.Patch.Patch:

Public Member Functions

 __init__ (self, offset, size, values, unknown_name, subdomain_number=0)
 __repr__ (self)

Data Fields

 offset = offset
 size = size
 values = values
 subdomain_number = subdomain_number
 unknown_name = unknown_name
int unknowns = -1

Detailed Description

Patch class that contains offset, size and value of a Peano patch.

Attributes:

offset: Tuple Offset of the patch from origin of coordinate system

size: Tuple Size of patch

values: List List of values in the patch

subdomain: integer Integer value which identifies from which subdomain data stems from

Parameters:

file_path: String String of input file path (including filename and extension) Not here anymore.

Todo
update

Definition at line 5 of file Patch.py.

Constructor & Destructor Documentation

◆ __init__()

peano4.visualisation.input.Patch.Patch.__init__ ( self,
offset,
size,
values,
unknown_name,
subdomain_number = 0 )

Definition at line 30 of file Patch.py.

Member Function Documentation

◆ __repr__()

Field Documentation

◆ offset

peano4.visualisation.input.Patch.Patch.offset = offset

Definition at line 31 of file Patch.py.

Referenced by __repr__().

◆ size

peano4.visualisation.input.Patch.Patch.size = size

Definition at line 32 of file Patch.py.

Referenced by __repr__().

◆ subdomain_number

peano4.visualisation.input.Patch.Patch.subdomain_number = subdomain_number

◆ unknown_name

peano4.visualisation.input.Patch.Patch.unknown_name = unknown_name

Definition at line 35 of file Patch.py.

Referenced by __repr__().

◆ unknowns

◆ values

peano4.visualisation.input.Patch.Patch.values = values

Definition at line 33 of file Patch.py.

Referenced by __repr__().


The documentation for this class was generated from the following file:
  • python/peano4/visualisation/input/Patch.py