Uses of Interface
org.ddogleg.struct.Factory
Packages that use Factory
Package
Description
-
Uses of Factory in org.ddogleg.fitting.modelset
Methods in org.ddogleg.fitting.modelset with parameters of type FactoryModifier and TypeMethodDescriptionvoid
ModelMatcherPost.setModel
(Factory<ModelGenerator<Model, Point>> factoryGenerator, Factory<DistanceFromModel<Model, Point>> factoryDistance) Specifies the internal model. -
Uses of Factory in org.ddogleg.fitting.modelset.lmeds
Methods in org.ddogleg.fitting.modelset.lmeds with parameters of type FactoryModifier and TypeMethodDescriptionvoid
LeastMedianOfSquares_MT.setModel
(Factory<ModelGenerator<Model, Point>> factoryGenerator, Factory<DistanceFromModel<Model, Point>> factoryDistance) void
LeastMedianOfSquares.setModel
(Factory<ModelGenerator<Model, Point>> factoryGenerator, Factory<DistanceFromModel<Model, Point>> factoryDistance) -
Uses of Factory in org.ddogleg.fitting.modelset.ransac
Methods in org.ddogleg.fitting.modelset.ransac with parameters of type FactoryModifier and TypeMethodDescriptionvoid
Ransac_MT.setModel
(Factory<ModelGenerator<Model, Point>> factoryGenerator, Factory<DistanceFromModel<Model, Point>> factoryDistance) void
Ransac.setModel
(Factory<ModelGenerator<Model, Point>> factoryGenerator, Factory<DistanceFromModel<Model, Point>> factoryDistance) -
Uses of Factory in org.ddogleg.struct
Methods in org.ddogleg.struct with parameters of type FactoryModifier and TypeMethodDescriptionprotected void
Data structure initialization is done here so that child classes can declay initialization until they are readyConstructors in org.ddogleg.struct with parameters of type FactoryModifierConstructorDescriptionBigDogArray
(int initialAllocation, int blockSize, BigDogGrowth growth, Factory<T> factory, DProcess<T> reset) BigDogArray
(Factory<T> factory) BigDogArray
(Factory<T> factory, DProcess<T> reset) Constructor which allows new instances to be created using a lambdaConstructor which allows new instances to be created using a lambdaConstructor which allows new instances to be created using a lambda and determines the class by creating a new instance.User provided factory function and reset function.User provided factory function and reset function.