]> gerrit.simantics Code Review - simantics/3d.git/blobdiff - org.simantics.opencascade/src/org/simantics/opencascade/SolidModelProvider.java
White space clean-up
[simantics/3d.git] / org.simantics.opencascade / src / org / simantics / opencascade / SolidModelProvider.java
index 69e1d83b6a464c499856319e4100c0f79d40d9dc..5dbef231c3d54111c1e71595896b0144b3c01c4b 100644 (file)
@@ -1,22 +1,23 @@
-/*******************************************************************************\r
- * Copyright (c) 2012, 2013 Association for Decentralized Information Management in\r
- * Industry THTH ry.\r
- * All rights reserved. This program and the accompanying materials\r
- * are made available under the terms of the Eclipse Public License v1.0\r
- * which accompanies this distribution, and is available at\r
- * http://www.eclipse.org/legal/epl-v10.html\r
- *\r
- * Contributors:\r
- *     VTT Technical Research Centre of Finland - initial API and implementation\r
- *******************************************************************************/\r
-package org.simantics.opencascade;\r
-\r
-import java.util.Collection;\r
-\r
-import org.jcae.opencascade.jni.TopoDS_Shape;\r
-\r
-public interface SolidModelProvider {\r
-\r
-       \r
-       public Collection<TopoDS_Shape> getModel()  throws Exception;\r
-}\r
+/*******************************************************************************
+ * Copyright (c) 2012, 2013 Association for Decentralized Information Management in
+ * Industry THTH ry.
+ * All rights reserved. This program and the accompanying materials
+ * are made available under the terms of the Eclipse Public License v1.0
+ * which accompanies this distribution, and is available at
+ * http://www.eclipse.org/legal/epl-v10.html
+ *
+ * Contributors:
+ *     VTT Technical Research Centre of Finland - initial API and implementation
+ *******************************************************************************/
+package org.simantics.opencascade;
+
+import java.util.Collection;
+
+import org.jcae.opencascade.jni.TopoDS_Shape;
+import org.simantics.g3d.scenegraph.GeometryProvider;
+
+public interface SolidModelProvider extends GeometryProvider {
+
+       
+       public Collection<TopoDS_Shape> getModel()  throws Exception;
+}