Uses of Enum Class
simpa.core.api.Quadrature
Packages that use Quadrature
Package
Description
This package contains the public interfaces and classes of the simpa.acc library.
This package contains all public interfaces and classes that can be programmed to.
-
Uses of Quadrature in simpa.acc.api
Methods in simpa.acc.api that return Quadrature -
Uses of Quadrature in simpa.core.api
Methods in simpa.core.api that return QuadratureModifier and TypeMethodDescriptionTilingConfig.getQuadrature()static QuadratureReturns 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 TypeMethodDescriptionvoidTilingConfig.setQuadrature(Quadrature quadrature) Sets the type of quadrature to be used for the tiling.