912913914915916917918919920
} // lazy-init sample factor on an as needed basis public SampleFactory getSampleFactory() { if(this.sampleFactory == null) this.sampleFactory = new SampleFactory(this.getGeomIndex()); return this.sampleFactory; }