Module sleplet.meshes
Classes to create and handle mesh (manifold) data.
Sub-modules
sleplet.meshes.mesh
-
Contains the
Mesh
class. sleplet.meshes.mesh_basis_functions
-
Contains the
MeshBasisFunctions
class. sleplet.meshes.mesh_coefficients
-
Contains the abstract
MeshCoefficients
class. sleplet.meshes.mesh_field
-
Contains the
MeshField
class. sleplet.meshes.mesh_harmonic_coefficients
-
Contains the abstract
MeshHarmonicCoefficients
class. sleplet.meshes.mesh_noise_field
-
Contains the
MeshNoiseField
class. sleplet.meshes.mesh_slepian
-
Contains the
MeshSlepian
class. sleplet.meshes.mesh_slepian_coefficients
-
Contains the abstract
MeshSlepianCoefficients
class. sleplet.meshes.mesh_slepian_field
-
Contains the
MeshSlepianField
class. sleplet.meshes.mesh_slepian_functions
-
Contains the
MeshSlepianFunctions
class. sleplet.meshes.mesh_slepian_noise_field
-
Contains the
MeshSlepianNoiseField
class. sleplet.meshes.mesh_slepian_wavelet_coefficients
-
Contains the
MeshSlepianWaveletCoefficients
class. sleplet.meshes.mesh_slepian_wavelets
-
Contains the
MeshSlepianWavelets
class.
Classes
class Mesh (*args: Any, **kwargs: Any)
-
Create a mesh object.
Instance variables
var basis_functions : numpy.ndarray[tuple[int, ...], numpy.dtype[numpy.float64]]
-
The type of the None singleton.
var faces : numpy.ndarray[tuple[int, ...], numpy.dtype[numpy.float64]]
-
The type of the None singleton.
var mesh_eigenvalues : numpy.ndarray[tuple[int, ...], numpy.dtype[numpy.float64]]
-
The type of the None singleton.
var mesh_region : numpy.ndarray[tuple[int, ...], numpy.dtype[numpy.bool]]
-
The type of the None singleton.
var name : str
-
The type of the None singleton.
var number_basis_functions : int | None
-
The type of the None singleton.
var vertices : numpy.ndarray[tuple[int, ...], numpy.dtype[numpy.float64]]
-
The type of the None singleton.
var zoom : bool
-
The type of the None singleton.
class MeshBasisFunctions (*args: Any, **kwargs: Any)
-
Create the eigenfunctions of the Laplacian of the mesh.
Ancestors
Instance variables
var rank : int
-
The type of the None singleton.
Inherited members
class MeshField (*args: Any, **kwargs: Any)
-
Create a per-vertex normals field on a given mesh.
Ancestors
Inherited members
class MeshNoiseField (*args: Any, **kwargs: Any)
-
Create a noised per-vertex normals field on a given mesh.
Ancestors
Instance variables
var SNR : float
-
The type of the None singleton.
Inherited members
class MeshSlepian (*args: Any, **kwargs: Any)
-
Create Slepian object of a given mesh.
Instance variables
var N : int
-
The type of the None singleton.
var mesh : Mesh
-
The type of the None singleton.
var slepian_eigenvalues : numpy.ndarray[tuple[int, ...], numpy.dtype[numpy.float64]]
-
The type of the None singleton.
var slepian_functions : numpy.ndarray[tuple[int, ...], numpy.dtype[numpy.float64]]
-
The type of the None singleton.
class MeshSlepianField (*args: Any, **kwargs: Any)
-
Create a field on a given mesh computed from a Slepian region of the mesh. The default field is the per-vertex normals of the mesh.
Ancestors
Inherited members
class MeshSlepianFunctions (*args: Any, **kwargs: Any)
-
Create Slepian functions of a given mesh.
Ancestors
Instance variables
var rank : int
-
The type of the None singleton.
Inherited members
class MeshSlepianNoiseField (*args: Any, **kwargs: Any)
-
Create a noisedfield on a given mesh computed from a Slepian region of the mesh. The default field is the per-vertex normals of the mesh.
Ancestors
Instance variables
var SNR : float
-
The type of the None singleton.
Inherited members
class MeshSlepianWaveletCoefficients (*args: Any, **kwargs: Any)
-
Create Slepian wavelet coefficients of a given mesh.
Ancestors
Instance variables
var B : int
-
The type of the None singleton.
var j : int | None
-
The type of the None singleton.
var j_min : int
-
The type of the None singleton.
Inherited members
class MeshSlepianWavelets (*args: Any, **kwargs: Any)
-
Create Slepian wavelets of a given mesh.
Ancestors
Instance variables
var B : int
-
The type of the None singleton.
var j : int | None
-
The type of the None singleton.
var j_min : int
-
The type of the None singleton.
Inherited members