Uses of Enum Class
simpa.core.api.Quadrature
Packages that use Quadrature
Package
Description
This package contains all public interfaces and classes that can be programmed to.
-
Uses of Quadrature in simpa.core.api
Methods in simpa.core.api that return QuadratureModifier and TypeMethodDescriptionTilingConfig.getQuadrature()
static Quadrature
Returns the enum constant of this class with the specified name.static Quadrature[]
Quadrature.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in simpa.core.api with parameters of type QuadratureModifier and TypeMethodDescriptionvoid
TilingConfig.setQuadrature
(Quadrature quadrature) Sets the type of quadrature to be used for the tiling.