sdr_transformation_type Derived Type

type, public :: sdr_transformation_type

Data type defines geometry transformation


Inherits

type~~sdr_transformation_type~~InheritsGraph type~sdr_transformation_type sdr_transformation_type type~sdr_translation_type sdr_translation_type type~sdr_transformation_type->type~sdr_translation_type translate type~sdr_deformation_type sdr_deformation_type type~sdr_transformation_type->type~sdr_deformation_type deform

Contents


Components

TypeVisibilityAttributesNameInitial
logical, private :: active

is transformation active

type(sdr_translation_type), private :: translate

translation of geometry

type(sdr_deformation_type), private :: deform

deformation of geometry