Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTamito Kajiyama <rd6t-kjym@asahi-net.or.jp>2009-03-21 01:45:22 +0300
committerTamito Kajiyama <rd6t-kjym@asahi-net.or.jp>2009-03-21 01:45:22 +0300
commitac0918a1beb4c40dab17a914ca58042642a266d0 (patch)
tree85855eebff6717e76fab488656cdc31c4645073d /source/blender/freestyle/intern/stroke/Chain.h
parentc5fe802ec8a739f947e94d519f1a1f14b09c5889 (diff)
Added getExactTypeName() method.
Diffstat (limited to 'source/blender/freestyle/intern/stroke/Chain.h')
-rwxr-xr-xsource/blender/freestyle/intern/stroke/Chain.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/source/blender/freestyle/intern/stroke/Chain.h b/source/blender/freestyle/intern/stroke/Chain.h
index 042437a4154..711ae16a1a0 100755
--- a/source/blender/freestyle/intern/stroke/Chain.h
+++ b/source/blender/freestyle/intern/stroke/Chain.h
@@ -57,6 +57,10 @@ public:
delete _splittingId;
}
}
+ /*! Returns the string "Chain" */
+ virtual string getExactTypeName() const {
+ return "Chain";
+ }
/*! Adds a ViewEdge at the end of the chain
* \param iViewEdge