classdef LandmarksExporter < handle properties (Access = private) landmarks = []; end methods function obj = LandmarksExporter() end end end