Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CenterAttribute3DCommand ¶ added in v0.9.0
type CenterAttribute3DCommand struct {
// contains filtered or unexported fields
}
func NewCenterAttribute3DCommand ¶ added in v0.9.0
func NewCenterAttribute3DCommand(attribute string) CenterAttribute3DCommand
func (CenterAttribute3DCommand) ReadPermissions ¶ added in v0.9.0
func (ca3dc CenterAttribute3DCommand) ReadPermissions() pipeline.MeshReadPermission
func (CenterAttribute3DCommand) Run ¶ added in v0.9.0
func (ca3dc CenterAttribute3DCommand) Run()
func (CenterAttribute3DCommand) WritePermissions ¶ added in v0.9.0
func (ca3dc CenterAttribute3DCommand) WritePermissions() pipeline.MeshWritePermission
type SmoothLaplacianCommand ¶ added in v0.9.0
type SmoothLaplacianCommand struct {
// contains filtered or unexported fields
}
func NewSmoothLaplacianCommand ¶ added in v0.9.0
func NewSmoothLaplacianCommand(attribute string) SmoothLaplacianCommand
func (SmoothLaplacianCommand) ReadPermissions ¶ added in v0.9.0
func (slc SmoothLaplacianCommand) ReadPermissions() pipeline.MeshReadPermission
func (SmoothLaplacianCommand) Run ¶ added in v0.9.0
func (slc SmoothLaplacianCommand) Run()
func (SmoothLaplacianCommand) WritePermissions ¶ added in v0.9.0
func (slc SmoothLaplacianCommand) WritePermissions() pipeline.MeshWritePermission
Click to show internal directories.
Click to hide internal directories.